PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

How Do I Save Entries On A Multi-Page Form?

  1. I have a three page form that I'm using in the sidebar of my website. I'd like to be notified and I'd like the entry to be saved when the visitor completes page one of the form (entering their email address).

    Right now, it seems like the entry is only saved to the database when the final page is submitted.

    What is the best way to approach this?

    Posted 12 years ago on Saturday July 30, 2011 | Permalink
  2. The best way to accomplish this using existing tools is to create three separate forms and pass the data from 1 to 2 and then 2 to 3 using the query string to populate forms 2 and 3.

    Please post a link to your form so we can help point you in the right direction.

    Currently, entries in a muli-page form are saved only when the form is submitted on the last page.

    Posted 12 years ago on Saturday July 30, 2011 | Permalink
  3. Thanks Chris. Can you recommend a good way to use multiple forms in a sidebar widget? My site is http://midtownseo.com.

    Posted 12 years ago on Saturday July 30, 2011 | Permalink
  4. Where does gf pass the data back/forth between pages- because I would like to hook into that and save it...

    Posted 12 years ago on Thursday August 4, 2011 | Permalink
  5. @Chris is there a recommended way to pass a form variable such as the email address from one form to another form?

    Posted 12 years ago on Monday August 8, 2011 | Permalink