Skip to content

Releases: am-impact/amforms

1.8.0

27 Feb 15:31
Compare
Choose a tag to compare
  • Added author for submissions.
  • Added verify antispam event.
  • Display submission information in Craft's way.
  • Allow requests from external sources e.g. mobile apps.
  • Fix submission recipients when using a field within the settings.
  • Fix reply to email address on empty

1.7.0

12 Jun 11:23
Compare
Choose a tag to compare
  • 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

25 Oct 09:28
Compare
Choose a tag to compare
  • Fixed pull request that missed an attribute in the form record.

1.6.0

19 Oct 13:16
Compare
Choose a tag to compare
  • 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

30 Sep 07:38
Compare
Choose a tag to compare
  • Fixed showing translated label for fields. ( Thanks to #97 )
  • Fixed required attribute. ( Solves #83 )

1.4.4

24 Aug 13:30
Compare
Choose a tag to compare
  • 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

13 Jul 10:26
Compare
Choose a tag to compare
  • 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

06 May 09:17
Compare
Choose a tag to compare
  • 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

26 Apr 06:13
Compare
Choose a tag to compare
  • 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

25 Apr 12:55
Compare
Choose a tag to compare
  • 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.