Can an applicant save their application to work on later?

  • VillageDirector
    Asked on September 3, 2017 at 11:40 PM
  • BJoanna
    Replied on September 4, 2017 at 4:23 AM

    Yes, it is possible to save a form and continue later. You might consider using one of the following options:

    1. How to Enable Auto Fill on Forms

    The Auto Fill method is based on a 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 the 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. The user will be able to access their sessions from any locations.

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