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?
Forums
can you save progress on a long form?
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
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
thats fantastic and thanks for the quick reply. for future forum searchers, here is the link to Bob's multi-page thread that covers saving data for long forms in a step-by-step instruction: http://www.chronoengine.com/forums.html?cont=posts&f=9&t=14744
awesome,
thanks again!
awesome,
thanks again!
This topic is locked and no more replies can be posted.