Can an applicant working in the form save the form and continue later?

  • AlisonBoelman
    Asked on November 9, 2017 at 11:06 AM

    This is our first experience using JotForms. Using as Grant Applications and wondering if an applicant working in the form can stop and start fthe for

  • BJoanna
    Replied on November 9, 2017 at 12:00 PM

    If I understood your question correctly you want to know if your users can save the form and continue later. This is possible. You might consider using one of the following options:

    1. How to Enable Auto Fill on Forms 

    The Auto fill method is based on the browser local storage. It is saving the form data on the users browser, so the user can open the form later and he/she will see the past data. Note - The user will need to use same the 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.

    Hope this meet what you are looking for.