validate radio buttons
validate radio buttons
I'm using the validate plugin to process a simple form. Assuming 2 radio buttons with yes/no values, how do I require that "yes" is selected - and display a message if the user selects "no" on submit?
It seems so simple, but I don't have much experience with jquery/javascript. Do I need to use a rule? Can I simply "require" a yes value?