Answered
required radio button group becomes unrequested when a button is selected
Hi, I was wondering if it would be possible to make all radio buttons of a required group not required once one of them is selected. Thank you

Hi, I was wondering if it would be possible to make all radio buttons of a required group not required once one of them is selected. Thank you

Yes, put this script in the MouseUp for each button.
event.target.required = false;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.