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.

Display Multiple Pages as Tab/Toggle Bar

  1. I'm creating multiple pages; such as, Billing Information, Shipping information, etc. and would like the user to see each page title as a "tab" at the top of the page/form so they can toggle back and forth; as well as, have the option of clicking the next/previous buttons before submitting the form

    Ex. http://click.apache.org/docs/extras-api/org/apache/click/extras/control/tabbed-form.png

    Posted 11 years ago on Tuesday February 5, 2013 | Permalink
  2. Multipage forms are not really multiple pages, just one form with jQuery to hide 'pages' as you go through the form. I'm not sure how you could accomplish this with a multipage Gravity Form. The closest solution I have seen is this post from one of the developers:

    http://www.gravityhelp.com/forums/topic/form-progress-bar-with-images-targeting-different-pages#post-64541

    Posted 11 years ago on Thursday February 7, 2013 | Permalink
  3. I just ran across this post from one of our developers which explains a bit about adding links to various pages.

    http://gravitywiz.com/demos/multi-page-navigation/

    One caveat (in the demo) is that you have to get to step 4 by filling in all the previous pages, and then the page links become active. That would allow a user to jump back to a page to check their information. It would not allow a user to skip ahead without filling out the pages in order.

    Posted 11 years ago on Thursday February 7, 2013 | Permalink