Can applicants filling out the form save their form and return to it later?

  • alana01
    Asked on August 30, 2016 at 12:18 PM

    Hi,

    I have the free JotForm plan, and I'm trying to see if there's a way for people to save their progress on a form and return to it and submit it at a later time.

    Thank you for your time,

    Alana

  • BJoanna
    Replied on August 30, 2016 at 2:30 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 and computer 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.

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