-
- Adding an “Other” Option
- Adding a Unique ID to Each Form Submission
- Show or Hide Form Fields Based on User Joomla User Group
- Disabling Browser Autocomplete for Form Fields
- Scroll the Page to the Top When a Long Form is Submitted
- Display Submissions Count for a Specific Form
- Populate Drop Down, Radio Buttons or Checkboxes with a CSV File
- Automatically Delete Submissions Older Than X Days
- Silently POST Submitted Data to Any API or URL
- Automatically Save Each Submission to a JSON file
- Authenticate and Login a User with a Custom Joomla Form
- Auto-Populate a Form Field with an Article Data
- Add a placeholder text to a Dropdown
- Create Multilingual Forms in Joomla
- Create a custom Joomla User Registration Form
- Redirect User to a URL After Form Submission
- Importing and Exporting Forms
- Exporting Form Submissions
- Convert Forms
-
- How to Create a Quiz Form
- Displaying a Popup After Form Submission Using EngageBox
- Conditional Content Shortcode in Convert Forms
- Copy Value From One Field to Another
- Tasks
- Exporting Form Submissions with a Webhook URL
- Conditional Fields
- PDF Form Submissions
- Input Masks
- Field Calculations
- Auto-Populate Form Fields Using Query String
- Use Smart Tags
-
- Enable Minimum Time to Submit
- Restrict Form Submissions Based on IP
- Enforcing a Custom Password Policy in Convert Forms
- Add Cloudflare Turnstile to your Joomla Form
- Implement the Iubenda Consent Database in Joomla with Convert Forms
- Add Custom Validations to Fields and Forms
- Add Math Captcha to your Form
- Prevent a Field From Saving in the Database
- Add hCaptcha to your Form
- Enable Double Opt-in
- Allow Form Submissions in Specific Date Range
- Ensure a Unique Value is Entered Into a
- Block Form Submissions Containing Profanity (Bad Words)
- Block Email Addresses or Email Domains
- Add Honeypot Protection
- Setting Up Google reCAPTCHA
- Create GDPR Compliant Forms
Troubleshooting Issues with the Joomla Email Cloak Plugin
When using Convert Forms, you may encounter issues if you're using email addresses as default values in input fields (value="[email protected]"
), inside placeholder text (placeholder="[email protected]"
), or in dropdown options (<option value="[email protected]">
).
The Joomla Email Cloak plugin attempts to encrypt these email addresses, which breaks the form's functionality and prevents proper submission.
The Solution
To resolve this specific issue in Convert Forms, we've developed the Convert Forms Email Cloak Fix plugin. This plugin prevents the Joomla Email Cloak plugin from interfering with email addresses used within Convert Forms while maintaining email protection elsewhere on your site.
We do not allow cloaking of email addresses in the following cases:
- Input Fields: value, placeholder, data-value, data-calc-value
- Select Fields: value attribute in
<option>
elements - Textarea Fields: placeholder attribute
- Label Elements: text content inside
<label>
tags
Important: Email addresses that appear as regular text content in your forms (such as in descriptions or HTML fields) will still be properly cloaked by Joomla's Email Cloak plugin, maintaining protection where needed.
Implementation
The Convert Forms Email Cloak Fix plugin comes enabled by default. To verify its status:
- Go to Extensions → Plugins
- Search for "Convert Forms - Email Cloak Fix"
- Ensure the plugin is enabled
Important Notes
- This plugin is only needed if you use Joomla's Content - Email Cloaking plugin.
- If the "Content - Email Cloaking" plugin is disabled, you don't need to enable our fix plugin.
- The fix only applies to forms created by Convert Forms.
- Email addresses elsewhere on your site remain protected by the core Email Cloak plugin.