How to save form and continue later?

  • Surf8066
    Asked on July 23, 2019 at 2:11 AM

    How do I enable data in form to be saved when customers are filling in, at the moment if they fill in part of the form and then come back the form is empty?

  • AndrewHag
    Replied on July 23, 2019 at 5:20 AM

    It seems you are using the Classic form layout. To can save the partially filled data in 2 ways.

    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. Also, the data will be stored only for 24 hours.

    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. It can store the data for up to 3 months.

    Guide: How-to-Save-Forms-and-Continue-Later