Form Saving

  • webbothy
    Asked on October 1, 2019 at 6:48 AM

    Hi,


    Can a form be saved 1/2 way through.

    Does the user get login details if so?

  • BJoanna
    Replied on October 2, 2019 at 4:13 AM

    It is possible to save a form and continue later. We have the following two options:


    1. How to Enable Auto Fill on Forms

    The Auto Fill method is based on the browser's 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 location.