Validating a Multipart Form
I have a multipart form with several hidden divs that are hidden/exposed via jQuery functions on buttons. Together the form serves as a wizard-like guide for a user to complete a pretty complicated process.
I need to validate the visible controls on the click of the "Next" button without validating the yet-unseen controls in subsequent divs.
Is this possible? How?
Thanks in advance,
Jon