How can user return to a form they already started?

  • MichelleJacoby
    Asked on April 13, 2017 at 11:12 AM

    I need my users to be able to go back to the "Questionnaire" form and continue or edit what they have already started. Please advise how to do so.

     

    Thanks

  • BJoanna
    Replied on April 13, 2017 at 12:57 PM

     It is possible to save form and continue later. You might consider using one of the following options:

    1. How to Enable Auto fill feature - save form entries to continue later 

    Auto fill method is based on browser local storage. It is saving the form data on users browser, so user can open the form later and he/she will see the past data. Note - user will need to use same browser to access data.

    2. How to save form to continue later (Session method)

    The Session method is saving the data on our servers. With this method you will need to use two forms, one for session generation and second as primary. Then users will be able to access their sessions from any locations.

    If you want to allow your users to edit their submission, please check this guide:

    How to Let Users Update Their Form Submissions at a Later Date

    Hope this will help. Let us know if you need further assistance.