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.

Multi-page widget form: first page widget, second page full page form.

  1. I have a multipage form that I'd like to have displayed on my sites homepage. When the person clicks next I would like to have a page displaying the rest of the form instead of the second page being displayed in a widget.

    What is the easiest way to make this happen?

    Posted 11 years ago on Tuesday September 4, 2012 | Permalink
  2. I think you would have to do this with two forms, where the widget holds the first form (what was page one before). Then use a redirect after that form is submitted (you can change the submit button text to "Continue") and redirect to the full page. If you want to store the data captured by form one in form two, you can populate fields dynamically in form 2. That way, entries in form 2 will have the complete information (as if it were one multipage form) and you can really ignore the entries for form 1 (unless you want to use that data to figure out what visitors quit the process after completing the widget form only.)

    Posted 11 years ago on Tuesday September 4, 2012 | Permalink
  3. Samara
    Member

    I too have a similar request... where mine differs is in the widget portion and the redirect feature.

    I would like to have a widget with a select (drop down) box with 5 options. Each option relates to a full form. For simple illustration purposes, think of the widget taking your contact info and the select box being what genre of music you prefer. By selecting rock and roll, I want to send you and your contact info to a full page form with more detailed questions just about rock and roll.

    Is this possible? Is there such a thing as conditional redirects?

    I appreciate any help you can offer.

    Posted 10 years ago on Wednesday April 24, 2013 | Permalink
  4. There are conditional redirects with our recently released 1.7.

    Posted 10 years ago on Wednesday April 24, 2013 | Permalink