I have a multi-page form using jQuery Validate.
On page 1, I have a select dropdown that when someone selects something, it loads rules for the other input fields on the same page. My problem is that once the user submits and goes to page 2, and decides he needs to change something and.. he goes back to page 1 and some of the rules aren't being applied so the only way is to re-select the selector to reapply these jquery validate rules..
I need to ensure that the rules are being reapplied on page reload...
I hope this makes sense and hope someone has a simple quick answer.