amforms
amforms copied to clipboard
Forms plugin for Craft
After upgrading to 1.9.1, the is uploaded to the folder on the server.but it is not attached to the mail any more - only the ID without a hyperlink is...
Added the option to load custom fields from external plugins. I use this my self to load a custom address field with address auto completion from the zip code/house number....
I want to add a recaptcha to one form, not all. Is this possible? when i enable recaptcha and add the keys, then add the relevant twig to the form,...
Could you please confirm if plugin is compatible with Craft 3. Thanks
- Added gitignore for PHPStorm - Fixed #177 by adding the `| t` in the template - Fixed #112 by overriding `required` for the `field` with the `required` of the...
Hi, thank you for your great plugin. I want to make a custom field like this: `` I just don't know what you mean with: "Change formHandle to your form's...
I noticed that the Date/Time fields are no longer rendering on front end forms in Craft 2.6.3017. Instead I just see two text fields without the icons for the pickers....
Recommend adding nl2br for multiline text field output in the email.twig ` {% if value is not iterable and value is not empty -%} {{ value|nl2br }} {% else -%}...
Hi there! I don't fully understand how to use the new "Clean up submissions" feature from 1.9.0. It's enabled by default; do I have to set up anything else, like...
Fixes #178