Releases: am-impact/amforms
Releases · am-impact/amforms
1.8.0
1.7.0
- Add onBeforeDeleteSubmission and onDeleteSubmission events.
- Added support for multiple reCAPTCHA's on one page.
- Submission confirmation events.
- German translations.
- Remove jQuery from datetime fields.
- Remove the export action if the user does not have the userrights for it.
- Export criteria fix.
1.6.1
- Fixed pull request that missed an attribute in the form record.
1.6.0
- New field type: hidden field.
- Existing forms can now be saved as a new form.
- New tab added when you edit a form, to see which entry uses the form.
- Visual indication of which fields support tags / attributes. A popup is now available to those fields.
- Added confirmation email functionality, that is able to use a different template.
- Updated the email / notification template so that date fields give a decent date and time.
- While editing a form, the delete button has been removed, and the action itself is now available in the save button dropdown menu.
- The redirect fields are now visible based on the selection choice of a new field: after submit.
- Updated translations for the redirect fields and only admins can now allow a form to be submitted to a different URL.
- Active state fixed for the send copy / send copy to field. Which was not visible when you saved a form.
- Fixed uploading files through Angular.
1.4.5
1.4.4
- Placeholder on Email FieldType.
- Perform the onBeforeEmailSubmission later in the code with email param added to it.
- URL decode on submitted from location URL.
1.4.3
- Added custom redirect URL for forms.
- Added a link in the Field Layout Designer, to quickly add a new field.
- Fixed the way a custom template is being searched for.
- Fixed sending the form data to a custom submit action.
1.4.2
- Added display tab titles option for forms.
- Added template functions to quickly edit submissions on front-end.
- Fixed honeypot when displaying multiple forms on a page.
- Fixed saving submissions for editing on front-end.
- Fixed namespacing for asset fields.
- Fixed overwriting field template.
1.4.1
- Get a namespace for your form, using
form.getNamespace()
. - Updated README with examples for getting a namespace when using displayField.
- Don't namespace the form fields automatically when using displayField.
1.4.0
- License added.
- Namespaced inputs.
- While editing your form, you can quickly edit a field, with the new option in the field menu.
- Display a sub navigation while navigating through the plugin.
- Use block content rather than block main when editing a form, to follow Craft's 2.5 styling.
- The plugin no longer decides what advanced fields are. Every other Field Type that is not supported by displayField / displayForm, is listed in the advanced section now.
- Honeypot W3C validation fix.
- No longer create 'Name' as a new field when installing the plugin. Using 'Full name' instead.