I have one form that contains many fields of data. There is a button on the form that will redirect you to another page to fill out additional information. Once you have finished filling out additional information you will navigate back to the original form. I'd like to be able to post the partially filled form , without actually submitting it, so I can store it in a session.
Is it possible to post form data without going through the action url specified on the form?