How to save the partially filled form and continue later?

  • heathercross
    Asked on June 26, 2019 at 10:00 AM

    Hello, I'm trying to figure out a way to save incomplete information from a form. For example: say someone enters their contact info at the top of a form, then begins to fill out the rest but drops off. I would like to capture that information so I can follow up with them. Thanks!

  • AndrewHag
    Replied on June 26, 2019 at 11:30 AM

    You can create a session and save the partially filled information. 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.

    Please follow this step by step guide: How-to-Save-Forms-and-Continue-Later

    Do let us know if you need any further assistance.