Question : Validating radio buttons in form

I'm setting up a web site with Joomla, and want to have a form in there where visitors may do a test by answering 20 statements. Doing the form with radio buttons is ok, and processing it with a separate php script is ok. What I can't figure out (due to my lack of knowledge) is how to verify that one of the two radio buttons for each statement is checked. I don't want any of the buttons to be checked at the start (due to influencing answers and to avoid spammers ). A previous question here at EE indicated that a javascript could do this, but I don't know anything (or very little) about javascripts.

I'd be very grateful for some kind of script that verifies that all statements have been answered.

Parts of the form is attached as txt file to show the ieda.

Attachments:
 
HTML for form
 

Answer : Validating radio buttons in form

DO NOT replace the name
It is passing the form as an object (called theForm) and no longer needs the name of the form at all
Random Solutions  
 
programming4us programming4us