Jquery Validate Issue
Posted
by Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Thomas
Published on 2010-03-25T07:01:57Z
Indexed on
2010/03/25
7:03 UTC
Read the original article
Hit count: 742
jQuery
|validation
I'm using the Jquery validate plugin to validate a multi-step form like this one: http://jquery.bassistance.de/validate/demo/multipart/
Unfortunately, I can't seem to get it to work at all and there is a total lack of documentation to guide me through implemnetation. I think the accordian part of script is firing correctly because the bottom half of the form is being hidden and a 'next' button has been successfuly inserted. However, the form never validates or delivers an error message and it is impossible to move on to the next step.
Check it out here: http://www.loftist.com/?page_id=78
© Stack Overflow or respective owner