Convert Forms
Adding a One-Time Submission Check to ConvertForms
This guide explains how to use a custom PHP script in ConvertForms to restrict users to one submission per form. The script checks if a…
Adding PHP Validation to Forms in Convert Forms
When building forms with Convert Forms, you may encounter scenarios where standard validation isn’t sufficient. For example, you might need to validate numeric input fields,…
How to Disable Browser Autocomplete in Convert Forms
Browser autocomplete can be both a blessing and a curse. While it helps users quickly fill out forms, there are times when you may want…
How to Use the `{all_fields}` Smart Tag in ConvertForms
The `{all_fields}` Smart Tag in ConvertForms is a powerful tool that allows you to dynamically display all the information submitted through a form. This tag…