Add class if radio option not selected on submit – Jquery
I'm trying to add some classes to my form on submit which indicates which required fields haven't been addressed. I have this working for input[type="text"], but it doesn't work for radio options. Upon inspecting the code, it doesn't even add…