Easy Forms Icon

Easy Forms

1.4.1

December 14th, 2025

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

1.4.0

December 13th, 2025

  • 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: https://github.com/reachweb/statamic-easy-forms/compare/v1.3.1...v1.4.0

1.3.1

December 2nd, 2025

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

1.3.0

December 1st, 2025

  • 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.

1.2.0

November 30th, 2025

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.

1.1.0

November 27th, 2025

  • Support Statamic v6.

1.0.1

November 25th, 2025

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

1.0.0

November 25th, 2025

  • Initial release