<?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: object being cleared on a multipage form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form</link>
		<description>Gravity Support Forums Topic: object being cleared on a multipage form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:51:58 +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/object-being-cleared-on-a-multipage-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "object being cleared on a multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form#post-18611</link>
			<pubDate>Tue, 15 Feb 2011 18:05:38 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good to hear, glad you got it working!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caspianservices on "object being cleared on a multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form#post-18610</link>
			<pubDate>Tue, 15 Feb 2011 18:04:31 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found this other post...and i got it to work to just replace the html block content with the object code. Thank you!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/allow-html-block-to-be-dynamically-populated#post-17224&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/allow-html-block-to-be-dynamically-populated#post-17224&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "object being cleared on a multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form#post-18604</link>
			<pubDate>Tue, 15 Feb 2011 17:23:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please provide a link to your form where we can view it with your custom code in place so we can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caspianservices on "object being cleared on a multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form#post-18602</link>
			<pubDate>Tue, 15 Feb 2011 16:43:39 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Alex.&#60;/p&#62;
&#60;p&#62;So i added that code to the header, and changed the page_number to 6 (this is page 6 of the multiform?) and form_id stayed at 2 (2nd form created in WP).&#60;/p&#62;
&#60;p&#62;then were is says //initialize flash player, i put the JS code that embeds the player into the div in our html box?&#60;/p&#62;
&#60;p&#62;if so, then it's not working...&#60;/p&#62;
&#60;p&#62;i also just tried to throw up an alert once we are on that page, and that did not work either.&#60;/p&#62;
&#60;p&#62;anything else i can try? thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "object being cleared on a multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form#post-18583</link>
			<pubDate>Tue, 15 Feb 2011 14:03:47 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">18583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is this an AJAX form?&#60;br /&#62;
If so, try using the gform_page_loaded hook to initialize the flash player on the right page.&#60;/p&#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_page_loaded&#38;#39;, function(event, form_id, page_number){
             if(page_number == 2 &#38;amp;&#38;amp; form_id=2)
                 //initialize flash player
        });

    })
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>caspianservices on "object being cleared on a multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/object-being-cleared-on-a-multipage-form#post-18540</link>
			<pubDate>Mon, 14 Feb 2011 17:59:57 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;we are loading a flash player using javascript into an HTML block, when the form loads, we can see in the code that the flash player loaded correctly in the hidden div (5th page), once we click to continue using the multipage form, the flash code loaded gets cleared, and the html code from the html block is shown again, instead of the flash player.&#60;/p&#62;
&#60;p&#62;can we do anything to not replace the loaded flash player with the html block code after going to the 2nd and subsequent pages for the multi form?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
