Skip to content

Release 1.7.25 Fix for multiform

Compare
Choose a tag to compare
@colinaut colinaut released this 27 Feb 04:00
· 22 commits to main since this release

Commit:

  • fix(multiform): add id for forms missing ids and used for unique id for error messages (fa221ee)

This fixes issues with error messages ids where two forms have the same named field. Error messages now have unique ids based on the form ID and id or name of the field. If the form does not have an ID it is assigned a randomized one when the script initializes.