Is there a way to save a partially filled form and complete it later?

  • seanaltona
    Asked on May 1, 2019 at 11:49 AM

    I use one of our forms as a work order and I would like to be able to have my buys pre-fill out a form to be pulled up and completed later on it the day, is that possible?

  • AndrewHag
    Replied on May 1, 2019 at 12:56 PM

    You can achieve this in 2 ways.

    1. Auto Fill: Enabling this feature will automatically save the form's field values locally (browser local storage) for up to 24 hours. But the things to be noted 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.

    1556729724chrome OOlHEBvQJ0 Screenshot 10

    Here is the guide: How-to-Enable-Auto-Fill-on-Forms#

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

    Here is the guide: How-to-Save-Forms-and-Continue-Later