Allows users to save partially filled out surveys and come back to complete later.

  • Zero_In
    Asked on February 19, 2019 at 12:01 PM

    Hi! Do you have suggestions or is there a feature that allows users to save partially filled out surveys and come back to complete later?

  • AndrewHag
    Replied on February 19, 2019 at 2:07 PM

    There are two ways to achieve your requirement.

    1. Auto Fill: It will save the user's input data every few seconds in browsers cookie. But the things to be noticed is, if the user accesses the form from a different browser or if the user clears the browser cache then the saved data will not be available.

    To activate this, go to Settings > Form Settings > Show More Options, and Enable the field Continue Forms Later.

    1550603054chrome KhXfKkkAC2 Screenshot 10

    Reference guide: https://www.jotform.com/help/227-How-to-Enable-Auto-Fill-on-Forms

    2. Session: This feature requires two forms and the Main form should contain a page break. The input data will be saved only when the user clicks on the Next button.

    To know more this, please follow this guide: https://www.jotform.com/help/97-How-to-Save-Forms-and-Continue-Later