jQuery one form multiple tabs
- by The Disintegrator
I'm trying to declutter the a particular page (e-commerce article edition)
It's a big form with many informational sections.
I used jQuery tabs to separate the form in three.
The first tab is the one who has the submit button.
Let's say I go to tab2 and change something, then go to tab1 to make some final edits and submit, the contents of tab2 doesn't get submited because it's hidden and the php script doesn't get the data from any other tab than tab1
I don't want to save until the user actually hits on the submit button.
Is there a way to change this behaviour of jquery tabs?