Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jason kufrin 3 posts 71 karma points
    Aug 15, 2017 @ 14:49
    jason kufrin
    0

    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

  • Jamie Brunton 3 posts 73 karma points
    Aug 08, 2018 @ 14:35
    Jamie Brunton
    0

    Did you ever find a solution to this?

  • Lee Swainsbury 1 post 71 karma points
    Jun 27, 2019 @ 11:15
    Lee Swainsbury
    0

    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.

  • Marcio Goularte 389 posts 1362 karma points
    Jun 27, 2019 @ 13:19
    Marcio Goularte
    1

    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

  • Yakov Lebski 594 posts 2350 karma points
    Jun 28, 2019 @ 08:32
    Yakov Lebski
    0

    We did it, the form stated saved in hidden field RecordState You can save it id local storage or custom db

  • Daniel Dewhurst 3 posts 72 karma points
    Jul 09, 2019 @ 10:12
    Daniel Dewhurst
    0

    Please expand on this.

  • Stuart Paterson 58 posts 229 karma points
    Aug 26, 2021 @ 14:59
    Stuart Paterson
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies