<?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: Can&#039;t get gform_page_loaded to work.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cant-get-gform_page_loaded-to-work-1</link>
		<description>Gravity Support Forums Topic: Can&#039;t get gform_page_loaded to work.</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:41:05 +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/cant-get-gform_page_loaded-to-work-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Can&#039;t get gform_page_loaded to work."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-get-gform_page_loaded-to-work-1#post-80578</link>
			<pubDate>Fri, 12 Oct 2012 11:59:14 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">80578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Issue answered in a Priority Support ticket with the following:&#60;/p&#62;
&#60;p&#62;When using &#34;gform_page_loaded&#34;, you need to also enable AJAX for the form and it won't fire for the first page. Since you need the video to display on the first and third pages, a better method would be to use the &#34;gform_pre_render&#34; hook (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;) to output your video code into the page. Take a look at the example here: &#60;a href=&#34;http://pastie.org/5037698&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5037698&#60;/a&#62; . I test for a specific form id (1 in the example) and only on pages 1 and 3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can&#039;t get gform_page_loaded to work."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-get-gform_page_loaded-to-work-1#post-80195</link>
			<pubDate>Wed, 10 Oct 2012 19:21:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to the page where your form is embedded so we can take a look at how this is implemented.  Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mcrib on "Can&#039;t get gform_page_loaded to work."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-get-gform_page_loaded-to-work-1#post-79944</link>
			<pubDate>Wed, 10 Oct 2012 00:26:05 +0000</pubDate>
			<dc:creator>mcrib</dc:creator>
			<guid isPermaLink="false">79944@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have this code in the header:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[js]
	jQuery(document).bind(&#38;#39;gform_page_loaded&#38;#39;, function(event, form_id, current_page){
	    alert(&#38;quot;Page 3&#38;quot;);
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried giving form_id and current_page values and I tried using just function(). Nothing happens when I click through the pages of the form. What am I missing?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
