Changelog
v1.5.1 (Jan 8th, 2026)
- In conversion attribution, make sure the current URL variable gets priority over the cookie when they both exist on first load.
v1.5.0 (Jan 7th, 2026)
- Automatic URL tracking parameter capture for conversion attribution (Google Ads gclid, gbraid, wbraid). Read more at the docs.
- Improve the
viewparameter so that it accepts just the view name and automatically loads it from the vendor folder. You can can now doview="custom"instead ofview="form/_custom".
v1.4.1 (Dec 14th, 2025)
- Also submit the formId in all events.
- Better error 419 handling.
- Minor improvements.
v1.4.0 (Dec 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
instanceparameter 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
dictionarynot 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
v1.3.1 (Dec 3rd, 2025)
- 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 (Dec 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.
v1.2.0 (Nov 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.
v1.1.0 (Nov 27th, 2025)
- Statamic v6 support.
v1.0.1 (Nov 27th, 2025)
- FIX: The telephone dropdown's button wasn't respecting the input bg color css variable.
v1.0.0 (Nov 24th, 2025)
- Initial release