I have placed a radio button group in a form, and I would like the user to have to select an option before they can submit the form. I can’t see an option to make require the user to select an option, is there any way to do this?
Hi @Luc_Zentar,
you can do it using logic before submitting the form. If no value is selected, don’t send the request, but show the user an error.
Regards,
Stanislaw
1 Like