Save form and come back later

  • jdbrowningjr
    Asked on August 23, 2015 at 10:06 AM
    Since on that subject is there a way for the person entering the information to SAVE and come back to the Form. My Questionnaire is a bit long and  they will need to Save and come back
  • BJoanna
    Replied on August 23, 2015 at 10:20 AM

    It is possible to save form and continue later. You might consider using one of the following options:

    1. How to Enable Auto fill feature - save form entries to continue later 

    Auto fill method is based on browser local storage. It is saving the form data on users browser, so user can open the form later and he/she will see the past data. Note - user will need to use 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. Then users will be able to access their sessions from any locations.

     

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