How can my clients SAVE their forms and then return to it to finish?

  • cciteam
    Asked on April 29, 2016 at 3:44 PM
    2.) How can my clients SAVE their forms if they do not want to complete all at once and then return to it to finish?
  • Mike
    Replied on April 29, 2016 at 3:59 PM

    We have the following 'save and continue later' options available:

    1. An Autofill option that saves the data locally in user's browser storage. It means that the form user will need to use the same browser to see their saved data.

    How to Enable Auto Fill Feature

    2. A session based save and continue later method. It saves the data on our servers in a session format, so that the session can be accessed from any place. This method requires two forms.

    How to Save Forms to Continue Later

    3. A form Submission Edit link. The form users can use it in order to edit submitted entries, so this is more like submit and edit later than save and continue later.

    How to Let Users Update Their Form Submissions at a Later Date

    Note, the 1st and the 2nd methods are not compatible between each other. You can use only one of them on a particular form.

    Please feel free to contact us if you need any further assistance.