Hi all,
I'm having a real headache trying to get the jQuery Validate plugin to work.
I have a form, the first question asking the user to select an option from a radio group. This shows further questions below, depending on their selection.
What I'm trying to achieve is making the visible questions required, but obviously depending on what the user chose at the first question - ie. if the question isn't visible then don't require it.
The form can be seen here: http://planner.adamturtle.com/index.php?id=cab11f902671b3c2d6&page=2
All the javascript code is embedded on the page.
Thanks for your help.