PDA

View Full Version : Partial Form Saves


mark421129
01-17-2011, 02:04 PM
Hi.
I just purchased Cookies Toolkit and I need some clarification:
The plug-in installed fine, and I get the procedure.

My goal is to have my clients not lose their data when they fill out my 70 field form if something happens midway.


Do they have to click "submit" for this thing to work, or will it save their partially filled form data into a cookie.
How do I achieve this?

Jason Byrnes
01-17-2011, 02:07 PM
the have to click the submit button to trigger the form to be saved into the cookie.

mark421129
01-17-2011, 02:29 PM
So, is there any way to do this with this set of plug-ins?

Jason Byrnes
01-17-2011, 03:01 PM
It's going to be troublesome doing this with any software, for the server to act on the data in the form and store it in a variable, the form must submit.

it could be possible to hand code an ajax behavior to set a server variable on the onChange event of each form element, but this wont be supported by the webassist software.