Hi, My form has a lot of compulsory question, but if a user wants to save the form and come back late it is not allowing to save. Is there a way to so

  • Reena
    Asked on April 5, 2019 at 5:58 AM
  • AndrewHag
    Replied on April 5, 2019 at 6:16 AM

    Yes, there are two ways to allow the user to save the form and continue later.

    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 with 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.

    Here is the guide: 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: How-to-Save-Forms-and-Continue-Later