Please could you advise of any examples that use an accordion wizard with a form such that each panel is validated independently rather than validating them all at the end. I am using jquery validation.
To do this would I have to have each panel as a separate form or is it possible to have just one form for the whole accordion? I have not been able to find a single example of this.
Ive seen this plugin which does what i want but the accordion wizard is nicer :) but it doesnt use jquery validation http://www.jqueryscript.net/demo/Accordion-Slider-Style-jQuery-Form-Wizard-Plugin-Formalize/
Ive also seen this example which doesnt appear to work or have any input form inside Bootstrap Accordion Wizard
Any help is much appreciated Thanks