<?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: Need to show Confirmation Message outside the default form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form</link>
		<description>Gravity Support Forums Topic: Need to show Confirmation Message outside the default form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 07:47:42 +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/need-to-show-confirmation-message-outside-the-default-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29898</link>
			<pubDate>Wed, 13 Jul 2011 15:36:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29898@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you a post a link to the page so we can see the form and see the issue happening?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freqman24 on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29865</link>
			<pubDate>Tue, 12 Jul 2011 22:40:34 +0000</pubDate>
			<dc:creator>freqman24</dc:creator>
			<guid isPermaLink="false">29865@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the help throughout. I've tried adding the scripts and it behaves the same except for the fact that with scripts in the header I now get a loading image appear beside the submit button. The other behavior was the same. The collapsible object didn't close and I was able to see the confirmation message and the form was submitted successfully. maybe i'm missing what the expected behaviour is of using ajax. either way, it's working. Can you see any reason that something is wrong with this way of set up?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29794</link>
			<pubDate>Tue, 12 Jul 2011 12:40:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@freqman24 Yes, it supports Gravity Forms.  But what you are trying to do is use the function call, which means you have to then enqueue the necessary scripts.  The theme isn't going to do this automatically because it's only necessary in this situation and the enqueue function call is specific to the form you are displaying.  &#60;/p&#62;
&#60;p&#62;Most users use the shortcode in a page or post, which typically works out of the box with most themes.  The function call is a more advanced developer oriented method for working with the forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29776</link>
			<pubDate>Tue, 12 Jul 2011 10:21:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29776@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;WooThemes already include some default Gravity Forms styles, but I'm pretty sure they don't enqueue any of the scripts in the theme itself. Strange.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freqman24 on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29772</link>
			<pubDate>Tue, 12 Jul 2011 09:37:33 +0000</pubDate>
			<dc:creator>freqman24</dc:creator>
			<guid isPermaLink="false">29772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using Canvas Wootheme. I think that is why, no? Doesn't it already support GF?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29718</link>
			<pubDate>Mon, 11 Jul 2011 17:39:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you already have a form on the page.. in the footer or sidebar widget perhaps? That would explain why the scripts were already enqueued there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29674</link>
			<pubDate>Mon, 11 Jul 2011 15:58:52 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, if you want to selectively enqueue the scripts you'd have to do so from wherever you have implemented the gravity_form_enqueue_scripts function call.  So you'd have to wrap that function call in an if statement to check the post/page id.  If you are using the function call to display the form, you would want to use the enqueue scripts function call to be sure any necessary scripts for that form are enqueued.  &#60;/p&#62;
&#60;p&#62;The form function call doesn't do that because WordPress can only enqueue scripts at certain points in it's code execution, and usually the form function call is used somewhere in the theme where it's too late to enqueue.  Typically the enqueue scripts function call should go in your themes functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freqman24 on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29657</link>
			<pubDate>Mon, 11 Jul 2011 13:27:36 +0000</pubDate>
			<dc:creator>freqman24</dc:creator>
			<guid isPermaLink="false">29657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks carl that Ajax suggestion...works great. I think. You went on to talk about the enqueue scripts but I didn't need to do that it appears. Does this mean the plugin is running the scripts globally already? I only need them to load for this specific page don't I? Is that the setting that I can switch off in the admin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29648</link>
			<pubDate>Mon, 11 Jul 2011 12:55:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The easiest solution is going to be to turn AJAX on where you are calling the form.  If you call the form with AJAX then it's not going to refresh the page when it submits, which is more ideal for situations like this.&#60;/p&#62;
&#60;p&#62;Documentation for embedding a form can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Be sure to look at the function call parameters, you can tell it to display using AJAX with the correct parameters.&#60;/p&#62;
&#60;p&#62;Since you are calling the form via the function call and not the shortcode in a page or post you will have to also make sure you are enqueuing the necessary scripts and CSS.    To enqueue the necessary scripts and CSS you would use the gravity_form_enqueue_scripts function call documented here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would place that function call in your themes functions.php, ideally you can wrap it in an if statement checking for the post or page id so it only outputs if it's on the page containing that form... unless of course the form is being output on every page and then it's fine to include it globally.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freqman24 on "Need to show Confirmation Message outside the default form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-show-confirmation-message-outside-the-default-form#post-29623</link>
			<pubDate>Mon, 11 Jul 2011 11:48:07 +0000</pubDate>
			<dc:creator>freqman24</dc:creator>
			<guid isPermaLink="false">29623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the GForm inside a collapsible object so it is not viewable unless you click it open. &#60;/p&#62;
&#60;p&#62;The thing is once the form is submitted the page refreshes and closes the object so I'm unable to see the Confirmation message. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a  href=&#38;quot;#&#38;quot; onclick=&#38;quot;xcollapse(&#38;#39;X000&#38;#39;);return false;&#38;quot;&#38;gt;Submit Post&#38;lt;/a&#38;gt;
&#38;lt;div id=&#38;quot;X000&#38;quot; style=&#38;quot;display: none; background: transparent;position:relative;&#38;quot;&#38;gt;
&#38;lt;?php gravity_form(1, true, true); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a way to call the confirmation message for a form outside of the gform shortcode. So that it only appears to confirm? Something I can put in the header or somewhere else in the template.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
