Copied to clipboard

Flag this post as spam?

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


  • shinsuke nakayama 109 posts 250 karma points
    Jul 29, 2017 @ 14:38
    shinsuke nakayama
    0

    Multiple page form without page refresh - not saving all the data

    Hi guys

    I have this multiple page form (4 pages), but I modified the form.cshtml so I can display all the forms on 1 page (instead of postback on each form, I slide the page), then after collecting all the data and submit, it only saves the data from one of the forms.

    I noticed that there is a hidden input field call FormStep

        <input type="hidden" name="FormStep" value="@Model.FormStep" />
    

    If I manually update this value (e.g. 2), then it saves the 3rd page form only.

    Is there any way to save all the data on 1 submit?

    Thank you

    EDIT: Umbraco Form v6.02

Please Sign in or register to post replies

Write your reply to:

Draft