I have an inquiry form that exists on multiple pages. I was considering allowing users to add to there inquiry as they moved through the different pages, prior to sending it.
I understand that there is no method for saving across sessions. Is there a method for saving during a live session?
I suppose the only way to do this effectively would be to use javascript and cookies to maintain the information in the field as you move from page to page. As you would require ajax to save form elements as the user typed them in.
Just thought I'd pose the question and see if anyone else has implemented something to handle it. My next step will be to look for a jquery library or code that can do this, hopefully with a single line of code pointing to the form element that you want to persist.