How to allow users to continue filling a form on a later date?

  • Ruanweiss
    Asked on April 25, 2016 at 4:18 PM

    I need to know if the jotform have a option to the client save and continue the answers another time and don't lose his questions answered. Thanks

  • Kevin Support Team Lead
    Replied on April 25, 2016 at 5:54 PM

    There are two methods to achieve this, the first one stores the filled data in the web browser's storage, your users need to open the form in the same browser in order to get the pre-filled data, here is the guide to apply this method: http://www.jotform.com/help/227-How-to-Enable-Auto-Fill-Feature

    The second method allows to continue filling the form using a different device, and to apply this method you will need to create a first form where you will get some data from your user and will redirect to the second form, this is a session method and you need to use page breaks to save the filled fields, on this guide you will find the steps to apply this method to you form: https://www.jotform.com/help/97-How-to-Save-Forms-and-Continue-Later

    Feel free to choose the method that better fits your purposes. 

    Hope this helps.