<?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 &#039;Stuck&#039; Issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue</link>
		<description>Gravity Support Forums Topic: gform_confirmation &#039;Stuck&#039; Issue</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 15:02:24 +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-stuck-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>rosslyn on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31528</link>
			<pubDate>Wed, 03 Aug 2011 09:37:10 +0000</pubDate>
			<dc:creator>rosslyn</dc:creator>
			<guid isPermaLink="false">31528@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;Thanks for the quick replies and advice.&#60;/p&#62;
&#60;p&#62;@Chris Hajer&#60;br /&#62;
Thanks Chris. I worded my original question a bit poorly. Pretty much I configured each form to call it's own gform_confirmation_2 (etc) script, but set the global gform_confirmation in place for testing purposes.&#60;/p&#62;
&#60;p&#62;The issue seems to be solely AJAX related as I was using the shortcode:&#60;/p&#62;
&#60;p&#62;[gravityform id=1 title=false description=false ajax=true]&#60;/p&#62;
&#60;p&#62;With the AJAX enabled the form would get stuck when calling a custom confirmation message. With the AJAX switched off the functionality is as expected. &#60;/p&#62;
&#60;p&#62;I tried a fresh installation of Wordpress with no plugins installed and the same issue occurred with AJAX switched on. &#60;/p&#62;
&#60;p&#62;I'm happy for the forms to have AJAX disabled, so thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31460</link>
			<pubDate>Tue, 02 Aug 2011 14:35:59 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">31460@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can see the issue on your site, but I can't replicate it locally. I will need to take a closer look at your site to see where the problem is. If you can send me a login to your WP dashboard and FTP to &#60;a href=&#34;mailto:alex@rocketgenius.com&#34;&#62;alex@rocketgenius.com&#60;/a&#62; , I would be happy to take a look and see what is causing the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31441</link>
			<pubDate>Tue, 02 Aug 2011 12:53:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31441@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your first message you stated &#34;the same thing happens across every form&#34;.  You need to change the &#60;strong&#62;gform_confirmation&#60;/strong&#62; to something like &#60;strong&#62;gform_confirmation_4&#60;/strong&#62; where &#60;strong&#62;4&#60;/strong&#62; is your form number.  Otherwise the filter is applied to all forms.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_confirmation&#38;quot;, &#38;quot;custom_confirmation&#38;quot;,10,4)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to look like this, where the 4 is your form number&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_confirmation_4&#38;quot;, &#38;quot;custom_confirmation&#38;quot;,10,4)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Looking into the rest right now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rosslyn on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31395</link>
			<pubDate>Tue, 02 Aug 2011 03:25:38 +0000</pubDate>
			<dc:creator>rosslyn</dc:creator>
			<guid isPermaLink="false">31395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just to expand on this the form data is submitted to the database.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rosslyn on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31368</link>
			<pubDate>Mon, 01 Aug 2011 17:30:32 +0000</pubDate>
			<dc:creator>rosslyn</dc:creator>
			<guid isPermaLink="false">31368@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Code: &#60;a href=&#34;http://pastie.org/2305858&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2305858&#60;/a&#62;&#60;br /&#62;
Website: &#60;a href=&#34;http://bit.ly/qcqgug&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qcqgug&#60;/a&#62; (not our design or structure)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31367</link>
			<pubDate>Mon, 01 Aug 2011 17:23:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">31367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post any custom code you have implemented to &#60;a href=&#34;http://pastie.org&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org&#60;/a&#62; and provide the link here so we can also see what custom code you are executing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rosslyn on "gform_confirmation &#039;Stuck&#039; Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_confirmation-stuck-issue#post-31364</link>
			<pubDate>Mon, 01 Aug 2011 17:21:13 +0000</pubDate>
			<dc:creator>rosslyn</dc:creator>
			<guid isPermaLink="false">31364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've been using the gform_confirmation hook to change the confirmation message. The modified message appears, but instead of appearing on it's own confirmation screen it appears beneath the form content on the last page (with the spinner still going). &#60;/p&#62;
&#60;p&#62;No JS errors are recorded, but the gform_confirmation_loaded JS function is never fired? As soon as I attempt to change the confirmation message (e.g. using the same example function from &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#60;/a&#62; ), the same thing happens across every form.&#60;/p&#62;
&#60;p&#62;Not sure what else to try?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
