<?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: remove form on confirmation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/remove-form-on-confirmation</link>
		<description>Gravity Support Forums Topic: remove form on confirmation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:49:29 +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/remove-form-on-confirmation" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "remove form on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-form-on-confirmation#post-343900</link>
			<pubDate>Tue, 25 Jun 2013 08:24:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">343900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted and thanks for posting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PointandStare on "remove form on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-form-on-confirmation#post-342655</link>
			<pubDate>Mon, 24 Jun 2013 19:57:07 +0000</pubDate>
			<dc:creator>PointandStare</dc:creator>
			<guid isPermaLink="false">342655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;And of course, it was there all along, just hiding ...&#60;/p&#62;
&#60;p&#62;Just in case anyone needs to know, I'm using ACF with GForms and was embedding like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
            $form = get_field(&#38;#39;CUSTOM-FIELD&#38;#39;);
            gravity_form_enqueue_scripts($form-&#38;gt;id, true);
            gravity_form($form-&#38;gt;id, false, true, false, &#38;#39;&#38;#39;, true, 1);
          ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above is fine if you want the confirmation message and the form to be displayed together.&#60;/p&#62;
&#60;p&#62;If you want the form to disappear just change the last true to false:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
            $form = get_field(&#38;#39;CUSTOM-FIELD&#38;#39;);
            gravity_form_enqueue_scripts($form-&#38;gt;id, true);
            gravity_form($form-&#38;gt;id, false, true, false, &#38;#39;&#38;#39;, false, 1);
          ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>PointandStare on "remove form on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-form-on-confirmation#post-340267</link>
			<pubDate>Sun, 23 Jun 2013 10:42:54 +0000</pubDate>
			<dc:creator>PointandStare</dc:creator>
			<guid isPermaLink="false">340267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm 99.9% sure we used to be able to do this but I cannot seem to find it now.&#60;/p&#62;
&#60;p&#62;Form gets submitted, is removed and confirmation message is displayed in its place.&#60;br /&#62;
(rather than message appearing atop the form)&#60;br /&#62;
Am I being a donut or is/ was this not possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
