Whenever I am filling out a form on my Mobil device and receive a call I loose everything I just input. How do I save that data so I don't loose it?

  • Delphj
    Asked on December 12, 2017 at 2:02 PM

    Whenever I am filling out a form on my Mobil device and receive a call I loose everything I just input. How do I save that data so I don't loose it?

  • BJoanna
    Replied on December 12, 2017 at 3:19 PM

    We have two options that you can use to save your data:


    1. How to Enable Auto fill feature

    The Auto fill method is based on a 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 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 users will be able to access their sessions from any browser and device.

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