Can you save a form and return later to complete?

  • trimatt
    Asked on August 14, 2019 at 10:43 AM
  • BJoanna
    Replied on August 14, 2019 at 12:10 PM

    Yes, it is possible to save a form and continue later. We have two 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 user's 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 Forms and 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 users will be able to access their sessions from any locations.