Skip to content

Releases: am-impact/amforms

1.2.9

01 Dec 12:28
Compare
Choose a tag to compare
  • Craft 2.5 support.
  • Restores Craft template path variable to it's original value. ( Thanks to #24 )
  • Removed the settings functions from the plugin file (note!), since it seriously decreased performance even when you didn't display a form on a page.

1.2.8

02 Nov 13:10
Compare
Choose a tag to compare
  • Added display field function based on a Form Model.
  • PlainText's default type set to text.
  • Use form handle in stead on 1 to see which form was submitted. ( Thanks to #19 )
  • Use template for e-mailfieldtype, allowing it to be more customizable. ( Thanks to #16 )
  • Fix for getting the default email template ( Thanks to #21 )

Using displayField

{% set form = craft.amForms.getForm('formHandle') %}

{{ form.displayField('fieldHandle') }}

1.2.7

23 Oct 07:29
Compare
Choose a tag to compare
  • Display submission time (besides the date) on submission page in the CP.
  • Fix uploading files on multiple submissions.
  • Fix issue with schematic force option.

1.2.6

19 Oct 13:59
Compare
Choose a tag to compare
  • Added Schematic support.
  • Use AmForms_Email for default email field.
  • Default installation settings configurable via config file.

1.2.5

16 Oct 13:02
Compare
Choose a tag to compare
  • Added a "Send Copy" option to the form creator. ( Thanks to #9 )
  • Added export action on submission index.
  • Force download on single submission export.
  • Fix server path when adding assets to zip.
  • Fix dynamic asset paths.

1.2.0

14 Oct 07:04
Compare
Choose a tag to compare
  • Added support for custom after submit text. ( Thanks to #6 )
  • Added the option to set custom template locations globally through settings. ( Thanks to #5 )
  • Support multi file upload when submitting through Angular.
  • Proper required attribute on inputs.

1.1.0

29 Sep 09:13
Compare
Choose a tag to compare
  • Proper version bumping and updated readme for public release.

1.0.7

24 Sep 11:52
Compare
Choose a tag to compare
  • Added the option to add assets to the e-mail notifications.
  • Added the option to export a single submission to a zip file with it's possible assets.
  • Added the option to add criteria to an export.
  • Added the option to reorder export fields.
  • Added the option override notification recipients from the form's settings.
  • Added the option to send the notification through the submission model.
  • Added the option to get submissions by variable. craft.amForms.getSubmissionById or craft.amForms.submissions({ criteria })
  • By default, when users have permission to access the plugin, they can only see submissions.
  • Creating / editing forms for non admins has less options to make it easier for clients to create forms.
  • Dashboard submissions widget only displays the submission edit URL if the user has the permission to it.

1.0.0

20 Jul 11:17
Compare
Choose a tag to compare
  • Public release.