Hi Max,
I'm having a number of fields of which some are required and others are not. You can see in the first screenshot that all of them are filled out correctly, the one that is left blank is not required. There are no other checks apart from "required".
However, when I submit the form, it gives the "required" error for all the fields on the page.
Some more context:
* The purpose of the form is that a user can subscribe for an event.
* The field id's and names are created dynamically. I have a database table where the fields are defined, as they are specific for every event.
* Upon submitting, the data that is entered in the form is written to the database.
* If I make none of the fields required (in the database), the form works fine.
I have been looking for errors in my configuration for the whole day, but cannot find anything and I suspect it might be a bug.
Could you please assist me?
Best regards,
Bart





