Member wants to save progress,
come back to it at a later date and finish.
Using Umbraco 7.
What is the preferred steps to implement this?
I was thinking;
Capture form data and serialize this as a JSON object, save in the back office for storage with reference to the member and specific form.
Retrieve the saved data when the user comes back to the form and deserialize the JSON object again.
Saving members progress in umbraco forms
Scenario;
What is the preferred steps to implement this?
I was thinking; Capture form data and serialize this as a JSON object, save in the back office for storage with reference to the member and specific form.
Retrieve the saved data when the user comes back to the form and deserialize the JSON object again.
Any suggestions would be great!
Thanks in advance,
Duncan
Hi Duncan,
Did you get this working at all?
I should actually re-direct folks to this link;
https://our.umbraco.com/forum/umbraco-forms/87608-multi-page-form-save-data#comment-333993
This details what I ended up doing to solve my query.
is working on a reply...