View full changelog
Changed
- ID attribute on form elements now only include an additional suffix for the duplicate forms of the same type, e.g. previously it would automatically update the ID for the first form to be
{original ID}_1, second form to be{original ID}_2, etc., while now it keeps{original ID}on first form and appends_{count}suffix for the duplicate forms. This keeps original IDs intact in most cases, which helps with custom and third party integrations, while still having support for duplicate forms on the same page.