How to auto save forms to finish it later?

  • janislea
    Asked on April 28, 2019 at 8:28 PM

    How do I have put an AutoSave feature for a form so they can return to it at a later time to finish it?  

  • Kiran Support Team Lead
    Replied on April 29, 2019 at 2:24 AM

    It is possible to save the form data by enabling the Auto-fill option in the form settings. Please note that the feature allows saving the form filled information in the browser storage. So, the data can be accessed only when the form is opened on the same computer and same browser. Also, if the browser storage/cache is cleared, the form data will be lost.

    If you want to have the form data to be displayed on any PC/browser, you may consider using session parameter method. However, it is required to be a multi-page form. Please check the following guide that can help you with this.

    https://www.jotform.com/help/97-How-to-Save-Forms-and-Continue-Later

    Thanks!