2
I have several input fields from checkbox
referring to the interests of the customer to mark (Interest 1, 2, 3, ...), and another with option of All.
I want him to be forced to mark one of these camps,
If I put required in a specific field, I force him to mark a field that would be optional.
So I can’t put required in no input.
In this case the form will be Submit without him scoring any, I wanted to compel him to at least score some.
If I put radio
, the problem is that he can only choose one option, but there are several that you can choose.
Would you have any solution to solve this without the use of Javascript, only with the HTML5 such as the required ?
Thank you! I’ll do as you said.
– Barack
@Andrésilveiramachado I am glad to have helped. I think the question is good and it would be very interesting to have
required
forfieldset
orgroup
but I think it’s gonna be a while.– Sergio