Forums

can you save progress on a long form?

nbeske 17 Jun, 2009
I have a very long form that's being used for an application process and id like to make it possible for my users to save the progress they've made and return to the form to finish if they are unable to finish it in one sitting. is that possible?
GreyHead 17 Jun, 2009
Hi nbeske,

You can do this with a single page from by saving the data with a unique identifier (usually the user_id if users are registered) and reloading when they return.

You can also break the form up into chunks, use the multi-page plugin and save each page - I posted how to do this in the Plugins forum yesterday.

Bob
This topic is locked and no more replies can be posted.