I have a form that I have over 4 divisions split by 4 tabs pulled together by jQuery tools.
The whole division is included with in form elements but the only tab that sends through is the last tab where the submit button is.
Am I missing something in terms of carrying across information from the other divisions?
Since you are asking a hypothetical, versus an actual issue to troubleshoot, here’s (roughly) what your code should look like:
Maybe you aren’t closing your panes correctly?
(by the way, I added
idattributes to the panes so you could add links/buttons to continue to the next part of the form from within the panes themselves. Just link to#first, #second, #thirdwhere appropriate)