<?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: gform_confirmation_loaded on multiple forms on one page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation_loaded-on-multiple-forms-on-one-page</link>
		<description>Gravity Support Forums Topic: gform_confirmation_loaded on multiple forms on one page</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:10:03 +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/gform_confirmation_loaded-on-multiple-forms-on-one-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "gform_confirmation_loaded on multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation_loaded-on-multiple-forms-on-one-page#post-64992</link>
			<pubDate>Fri, 06 Jul 2012 09:32:26 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">64992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Daveman, the Caveman - is the Man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Kirk on "gform_confirmation_loaded on multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation_loaded-on-multiple-forms-on-one-page#post-64991</link>
			<pubDate>Fri, 06 Jul 2012 09:28:52 +0000</pubDate>
			<dc:creator>James Kirk</dc:creator>
			<guid isPermaLink="false">64991@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You just saved the day... thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "gform_confirmation_loaded on multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation_loaded-on-multiple-forms-on-one-page#post-64986</link>
			<pubDate>Fri, 06 Jul 2012 08:55:46 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">64986@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi James,&#60;/p&#62;
&#60;p&#62;I've updated the documentation with an additional example which shows you how to run different code based on which form's confirmation is being loaded.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation_loaded#Examples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation_loaded#Examples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Kirk on "gform_confirmation_loaded on multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation_loaded-on-multiple-forms-on-one-page#post-64966</link>
			<pubDate>Fri, 06 Jul 2012 05:09:31 +0000</pubDate>
			<dc:creator>James Kirk</dc:creator>
			<guid isPermaLink="false">64966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I am trying to use the gform_confirmation_loaded function/script (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation_loaded&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation_loaded&#60;/a&#62;) with multiple forms on a single page. Somehow I can't manage to get it to work with parameters. Could some1 give an example of how the function utilizes the parameters / how I can set one .bind to one form, instead of it working with any form?&#60;br /&#62;
So far I have:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
    jQuery(document).ready(function(){
        jQuery(document).bind(&#38;#39;gform_confirmation_loaded_6&#38;#39;, function(){
            $(&#38;quot;#hidden-form-7&#38;quot;).css(&#38;quot;visibility&#38;quot;, &#38;quot;visible&#38;quot;);
        });
    })
&#38;lt;/script&#38;gt;
AND
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
    jQuery(document).ready(function(){
        jQuery(document).bind(&#38;#39;gform_confirmation_loaded&#38;#39;, function(){
            $(&#38;quot;#hidden-form-7&#38;quot;).css(&#38;quot;visibility&#38;quot;, &#38;quot;visible&#38;quot;);
        });
    })
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which works, but unhides both, since both are bound to the gform_confirmation_loaded.&#60;br /&#62;
I tried gform_confirmation_loaded_5 , which doesnt work, and donno what to write here as a Event handler:&#60;br /&#62;
        jQuery(document).bind('gform_confirmation_loaded', function( ???, 5 ){&#60;/p&#62;
&#60;p&#62;All help is appreciated&#60;/p&#62;
&#60;p&#62;PAGE: &#60;a href=&#34;http://launch0812pre.stablish.me&#34; rel=&#34;nofollow&#34;&#62;http://launch0812pre.stablish.me&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
