Saving a Form

  • ConsortiumDBM
    Asked on July 20, 2017 at 3:52 PM

    Is it possible to save a form and return later to complete the form? We want to use this as an application form and give students to complete the application in more than one session.

     

    Thanks,

    Jeff

  • aubreybourke
    Replied on July 20, 2017 at 4:06 PM

    Yes you can use the save and continue later feature:

    How to Save Forms and Continue Later

    This feature works by creating two forms. The first one just asks for an email. The email address supplied is used as a session variable. 

    With a session the user can work on the second form page by page. Every time they hit the next button that form is saved.

    Ofcourse you have to setup the autoresponder aswell to send an email with the link to the second form (the continue link).