Expand my Community achievements bar.

Validating 14 radio button 'sets' at Submit

Avatar

Former Community Member
Hi



I have a form with one text box (name) and 14 sets of three radio buttons (yes, no, don't know in each set).



The text box is called 'name' each radio button 'set' is called 'question1','question2' etc.



I would like to have the form validate when the user attempts to submit (by mail) so if any of the radio button sets, or the text box haven't been completed an error pops up.



I've tried doing the two button submit, but my javascript is rubbish and I can't understand how to get it working.



Can anyone give me some assistance please? I would be very greatful.



CC
2 Replies

Avatar

Former Community Member
From what I've been able to find on the forums, Designer doesn't treat radio button groups as fields; in other words, you can set them to required but it doesn't really do anything. It looks like the two submit button solution is your only option. Can you post your form somewhere where I can take a look at it? Maybe I can help you with your JavaScript.



Dave