What level allows partial submissions

  • Brett Harrison
    Asked on September 16, 2016 at 2:15 PM

    Hi,

     

    What plan allows users data to be saved as they go through the form vs. having to complete the entire thing?

     

    Best,

    Brett

  • BJoanna
    Replied on September 16, 2016 at 4:15 PM

    I am not exactly sure if I understood your question correctly. Do you want to allow your users to save form and continue later. There are two way to achieve this: 

    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. 

    However please note that you will not be able to see submission on your account, until your users submit the form. There is no partial submissions. 

    This options are available to all plans, free and paid. Actually all our features are available for all plans. 

    You can also let your users to update their form submissions at a later date.  

    How to Let Users Update Their Form Submissions at a Later Date

    If I did not understood you question correctly, please explain in more details what you are trying to achieve.

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