Hi All!
I have a really, really long form (about 300 fields) that I broke down
into different sections using this slick <a href="http://
www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx">jQuery
plugin Form Wizard</a>. If you group your form into different
fieldsets, the FormWizard will automagically display one section at a
time, with a Next hyperlink to take you to the next section with
<code><a id="step0Next" class="next" href="#">Next ></a></code>

My question is this: Using the jQuery Validation plugin, how can I
validate each fieldset when a user clicks Next, and so forth, instead
of using the Submit button - how can I validate the form in steps
rather than all at once? Put differently, how can I change the trigger
event from Submit to six different hyperlinks for six separate
sections?

Thanks for helping this newb out.

Reply via email to