Forums

Required field in multiple choice, how does it work?

Alistair 15 Jun, 2021
After lots of testing there is a bug or conflict or don't know what, that only allows the form to be sent if all the fields are filled in, even if they're set as not required.
To temporarily bypass this I can set all fields as required, the problem I'm having is with the multiple choice fields, if I set "required" on a 4-choice radio field, when only one field is chosen the form can't be submitted, as all the fields need to be selected because apparently they're all required (which defeats the point of having a choice field).
healyhatman 17 Jun, 2021
Try minCount[1] or something along those lines instead, if there's custom validation
You need to login to be able to post a reply.