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.

Multiple forms on one page

  1. zenboy
    Member

    Hi Guys,
    I wondered if it was possible to add more than one Gravity Form on the same page? Basically I have a lead gen form at the top of my page and wanted the same form at the bottom of the same page so that I can capture more leads. Is that possible. And if it is how can I do that?

    Thanks,
    Dan.

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  2. Yes, you can display multiple forms on one page.

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  3. zenboy
    Member

    So would I just post the same form twice on the page and that would work fine?

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  4. I should clarify. The SAME form multiple times on a single page won't work. DIFFERENT forms on a single page will work. It causes problems because it's the same form id so it tries to submit twice.

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  5. zenboy
    Member

    OK I understand. Thanks Carl (-;

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  6. kcwalsh
    Member

    HI. I have two forms on the same page (http://new.cskls.org/join/). They submit fine. However, if you are filling out the first form name or email fields and 'tab' to the next field, it brings your cursor to the form below. There seems to be a conflict between the name fields. Is there anyway to get around that? Thanks.

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  7. David Peralty

    This is due to the tabindex on both forms being the same. When embedding your second form, make sure you have tabindex=# in your second short code. Any number higher than the number of fields in your first form should work... so if you have ten fields in your first form, make it be tabindex=11 in your second form. Hope it helps.

    Posted 11 years ago on Monday November 19, 2012 | Permalink