0
Planned

Forms Elements get same ids so you cannot place two forms on one page without interferring

andreas lang 3 years ago updated 3 years ago 2

First: your plugin is great - we are glad to have bought the Pro version of it.
But there is one issue:
When you add multiple forms on one page (frontend) the form elements are given identical IDs.
It seems the ids of form elements are numbered position-wise.
In our case this breaks the relation between checkboxes and their label. So a checked box in one form ticks the checkbox in the other form - quite dysfunctional...
We ended up rewriting all ids adding a unique string per form via javascript which is not practical at all.
Our suggestion is to use unique ids for all form elements based on a database index or similar.

Planned

Sorry about the trouble. I honestly didn't envision using more than one form on a page. I'll take a look at the code and get it updated.

Thank you very much!
It is very gratifying that you were able to respond so quickly to our request.