Edit form later

  • MLCmadison
    Asked on August 6, 2016 at 1:38 PM
  • victor
    Replied on August 6, 2016 at 2:48 PM

    I am assuming that you are creating a large form and would like users the ability to save the form so they may continue at a later time.

    If this is not the case, please elaborate a bit more on your question/issue and we will be glad to help.

    We currently have two different methods of accomplishing this.

    1) How to Enable Auto Fill Feature: This feature enables the data to be saved directly in the browser's memory.

    2) How to Save Forms and Continue Later: This does not save the data in the browser but in our server. This will allow users to continue the form using a link provided in all different browsers and devices. This does require to have 2 forms. One to capture the session and create the link and the other to fill in the actual form.