I have 6 radio button groups where a person is to select up to 3 points before they can submit. Calculation sum validation is working.
Also before they can submit they need to select 1 radio button that is considered a 'con'. How do I validate this to make sure only 1 con is selected?
Conditionals are like this: Submit button only shows if all these are in place:
[Total sum =3]
[Con Selected = You have 1 con] (which is a conditional radio button that appears if a person selects a "con".
You can try it here, about the middle of the page. I'm trying to prevent people from selecting 2 Con buttons among the choices.
http://test7.highwaters.net/body-parts/
thanks.