I have a very simple HTML form on a PHP page for a questionnaire.
10 yes/no questions. Radio buttons.
I am trying to figure out how to show a hidden div if any 2 of the radio buttons are set to 'yes'.
would i be better off using a jquery script, or PHP?