How to save the form data to come back later to submit?

  • davedionne
    Asked on May 29, 2019 at 11:25 AM

    Can my forms be set-up in a way that allows a user (one of my clients) the ability to save and then re-access the form to complete it at another time before finally submitting it to me??



    Dave Dionne

    207-240-3012

    www.djsmaine.com

  • Kiran Support Team Lead
    Replied on May 29, 2019 at 1:29 PM

    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

    Hope this information helps!