jquery-steps
jquery-steps copied to clipboard
How to submit data when doing next?
I'd like to submit data back to server when pressing Next, because my wizard is composed of SEVERAL distinct models/objects. Then, if data is ok, I will be redirected to step2. I absolutely need to save the first part of data before going on with next steps.
use onStepChanging and onStepChanged events to work with forms, read the docs