I'm trying to figure out how to do a multi-step save with progress. Umbraco has told me this is not possible anymore, like before with Contour.
It has 5 pages with many questions per page. I need the users to be able to save.
As a workaround, I was trying to figure out how to have a Submit button on every step, in addition to the Next. It would essentially be a "Save & Exit" button that would take them to the Thank you message.
I can't get the form to submit properly though. I'm guessing it's something with the FormStep or the FormState that I need to update before the submit, but can't find what. When I manually update the FormStep to the last step, it does submit and go to Thanks msg, but it also deletes all the user inputted data in the form.
I'm currently working on Umbraco Forms to achieve pretty exactly as you outlined above in your question. Just wondered if you ever found a solution to save & continue with a multi step form?
Multi-step form save progress
umbraco 7.6.3 forms 6.0.3 nightly build
I'm trying to figure out how to do a multi-step save with progress. Umbraco has told me this is not possible anymore, like before with Contour.
It has 5 pages with many questions per page. I need the users to be able to save.
As a workaround, I was trying to figure out how to have a Submit button on every step, in addition to the Next. It would essentially be a "Save & Exit" button that would take them to the Thank you message.
I can't get the form to submit properly though. I'm guessing it's something with the FormStep or the FormState that I need to update before the submit, but can't find what. When I manually update the FormStep to the last step, it does submit and go to Thanks msg, but it also deletes all the user inputted data in the form.
Is a Save and Exit button possible?
Thanks in advance
Did you ever find a solution to this?
Were you able to find a solution to this?
I have the same requirement. We have a multi-step form, that requires a bit of data input.
Would ideally be able to allow the Users to 'Save & Exit' or 'Save as Draft' and return later to complete the form and Submit.
I've already done some multi step forms in Umbraco. The first ones I did using this tutorial.
https://umbraco.com/blog/creating-multi-step-forms-using-a-surfacecontroller/
then I started using the FormEditor by customizing them. https://github.com/kjac/FormEditor
Today, by coincidence, I'm making a form like this. I made using MVC Ajax returning the steps as partialviews
We did it, the form stated saved in hidden field RecordState You can save it id local storage or custom db
Please expand on this.
Hi Jason,
I'm currently working on Umbraco Forms to achieve pretty exactly as you outlined above in your question. Just wondered if you ever found a solution to save & continue with a multi step form?
Thanks, Stuart
is working on a reply...