<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: multiple forms on one page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5</link>
		<description>Gravity Support Forums Topic: multiple forms on one page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:55:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/multiple-forms-on-one-page-5" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-299365</link>
			<pubDate>Mon, 03 Jun 2013 13:53:48 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">299365@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe it is the formlightbox_call class and the formlightbox_obj id which are the important ones, anyway you have it working now and that's all that matters.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BGB on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-299335</link>
			<pubDate>Mon, 03 Jun 2013 13:26:00 +0000</pubDate>
			<dc:creator>BGB</dc:creator>
			<guid isPermaLink="false">299335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK thank you Richard,&#60;/p&#62;
&#60;p&#62;I used a unique ID in 4 places here&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;signup&#38;quot;&#38;gt;[formlightbox_call title=&#38;quot;34&#38;quot; class=&#38;quot;34&#38;quot;]&#38;lt;span class=&#38;quot;button large&#38;quot;&#38;gt;Evaluate My Reel!&#38;lt;/span&#38;gt;[/formlightbox_call]
[formlightbox_obj id=&#38;quot;34&#38;quot; style=&#38;quot;padding: 30px; width:650px;&#38;quot;][gravityform id=&#38;quot;34&#38;quot; name=&#38;quot;BGB&#38;#39;s Reel Evaluation&#38;quot;][/formlightbox_obj]&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Are those 4 places correct?&#60;/p&#62;
&#60;p&#62;Either way it has gotten my forms to work. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-298390</link>
			<pubDate>Mon, 03 Jun 2013 04:13:11 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">298390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking at your test page, you have the following two links, take note of the id being called in the href attributes, this is one reason the same form appears.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a class=&#38;quot;fancybox&#38;quot; href=&#38;quot;#fancyboxID-1&#38;quot;&#38;gt;gf 33&#38;lt;/a&#38;gt;
&#38;lt;a class=&#38;quot;fancybox&#38;quot; href=&#38;quot;#fancyboxID-1&#38;quot;&#38;gt;gf 34 &#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now look at the id's of the divs containing your forms, again you have assigned them the same id, this is the other reason that the same form is called, the id's need to be unique for the correct form to appear.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;fancyboxID-1&#38;quot;&#38;gt;
                &#38;lt;div class=&#38;#39;gf_browser_chrome gform_wrapper&#38;#39; id=&#38;#39;gform_wrapper_33&#38;#39; &#38;gt;
&#38;lt;div id=&#38;quot;fancyboxID-1&#38;quot;&#38;gt;
                &#38;lt;div class=&#38;#39;gf_browser_chrome gform_wrapper&#38;#39; id=&#38;#39;gform_wrapper_34&#38;#39; &#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You have the same problem on the other page, you aren't using unique id's so when one of the buttons is pressed it doesn't know which form to load so it picks the first div it finds with that id and reveals that form.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BGB on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-298112</link>
			<pubDate>Mon, 03 Jun 2013 01:39:31 +0000</pubDate>
			<dc:creator>BGB</dc:creator>
			<guid isPermaLink="false">298112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I read in the support forums that it is possible to call multiple forms on one page. This doesn't seem to be working for me though.&#60;/p&#62;
&#60;p&#62;See this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bramongarciabraun.com/evaluation/&#34; rel=&#34;nofollow&#34;&#62;http://bramongarciabraun.com/evaluation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I call two different forms with the red buttons, but the same form pops up with each button, even though the gravity form id in the code is different.&#60;/p&#62;
&#60;p&#62;I tried using a different light box here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bramongarciabraun.com/test-page-you-can-delete-it/&#34; rel=&#34;nofollow&#34;&#62;http://bramongarciabraun.com/test-page-you-can-delete-it/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Same problem.&#60;/p&#62;
&#60;p&#62;How can I fix this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
