After changing the form in each "accordion-inner" to a div with ID "accordion-data" and changing form inside acc-wizard.js to .accordion-data the accordian works great
.. however Validation is a problem child for me ..
After hook('onNext', panel); i have added if($('form').valid()); which validates the form .. however it allows the button "next step" to open the next panel with errors in the parent panel
Can you suggest a solution for validation in each panel
After changing the form in each "accordion-inner" to a div with ID "accordion-data" and changing form inside acc-wizard.js to .accordion-data the accordian works great
.. however Validation is a problem child for me .. After hook('onNext', panel); i have added if($('form').valid()); which validates the form .. however it allows the button "next step" to open the next panel with errors in the parent panel