Releases: reachweb/statamic-easy-forms
Releases · reachweb/statamic-easy-forms
v1.5.0
- 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
v1.4.0
- 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:
v1.3.1...v1.4.0
v1.3.1
v1.3.0
v1.2.0
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.