Skip to content

Releases: reachweb/statamic-easy-forms

v1.5.0

07 Jan 13:39
f7d2c3d

Choose a tag to compare

  • Automatic URL tracking parameter capture for conversion attribution (Google Ads gclid, gbraid, wbraid).
    Read more at the docs.
  • Improve the view parameter so that it accepts just the view name and automatically loads it from the vendor folder. You can can now do view="custom" instead of view="form/_custom".

v1.4.1

14 Dec 11:46

Choose a tag to compare

  • Also submit formId in all events.
  • Better error 419 handling.

v1.4.0

13 Dec 10:53

Choose a tag to compare

  • Added the form handle in each form id and label to differentiate when forms are loaded in the same page and use the same field handles.
  • Added the instance parameter to the tag so that multiple exact same forms can be loaded in the same page.
  • Fixed loading the forms inside a Livewire component.
  • Fixed the background of the dictionary not using the correct Tailwind class.

To correctly apply this update almost all templates need to be edited in order to add the new variables. However if you are not using multiple forms in the same page the changes are not strictly required.

You can see what has changed in each file in the full changelog:
v1.3.1...v1.4.0

v1.3.1

03 Dec 10:39

Choose a tag to compare

  • Fixed an accessibility error in the date picker.
  • Fixed the background of the dictionary field so that it uses the input background variable.

v1.3.0

01 Dec 10:30
a700282

Choose a tag to compare

  • Wizard mode.

This mode converts your form into a multi-step experience based on your form's blueprint sections. Read the relevant page in the docs and check out the demo.

v1.2.0

30 Nov 18:43

Choose a tag to compare

Laravel Precognition support.

If you want to use this feature you need to update all your templates. The fastest way would be to delete the overrides in resources/views/vendor/statamic-easy-forms/form and publish them again using php artisan easyforms:install. Read the relevant page in the docs for more information.

v.1.1.0

27 Nov 13:26
f04bfe5

Choose a tag to compare

  • Support Statamic v6.

v1.0.1

27 Nov 07:58

Choose a tag to compare

  • FIX: The telephone dropdown's button wasn't respecting the input bg color css variable.

v1.0.0

25 Nov 09:50

Choose a tag to compare

  • Initial release