Hello, I’m currently developing a registration form with ja_tabs, I have various “steps” to filling the form, like “Personal details”, “Studies”, “Experience” …
I want to make a validation in the first step to allow user load the next tab, for example, if you don´t fill all fields with valid information you don´t be able to continue registration in the next step or tab.
I think there will be a method to assign the event of change tab to an external button, something like “<button class=”button validate” onclick=”myTabs1.moveNextTab(currenttab,newtab);” type=”button”>Next step</button>”
I have searching in the class, but I don´t see nothing similar.
It´s possible?
Thanks for all