<?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: Clearing Confirmation and Showing the Form Again?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/clearing-confirmation-and-showing-the-form-again</link>
		<description>Gravity Support Forums Topic: Clearing Confirmation and Showing the Form Again?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 20:07:39 +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/clearing-confirmation-and-showing-the-form-again" rel="self" type="application/rss+xml" />

		<item>
			<title>geneticdigital on "Clearing Confirmation and Showing the Form Again?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clearing-confirmation-and-showing-the-form-again#post-350226</link>
			<pubDate>Fri, 28 Jun 2013 14:15:57 +0000</pubDate>
			<dc:creator>geneticdigital</dc:creator>
			<guid isPermaLink="false">350226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No idea if this is possible but a quick solution that met my needs:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){
	// get the form content
	$cform = jQuery(&#38;#39;#gform_wrapper_1&#38;#39;).clone().wrap(&#38;#39;&#38;lt;p/&#38;gt;&#38;#39;).parent().html();

	jQuery(document).bind(&#38;#39;gform_confirmation_loaded&#38;#39;, function(){
		// get returned confirmation message
		$message = jQuery(&#38;#39;#gforms_confirmation_message&#38;#39;).html();

		// append message to form content or rewrite or whatever then...

		// replace confirmation with original form
		jQuery(&#38;#39;#gforms_confirmation_message&#38;#39;).replaceWith($cform);
	});
})&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>geneticdigital on "Clearing Confirmation and Showing the Form Again?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clearing-confirmation-and-showing-the-form-again#post-349616</link>
			<pubDate>Fri, 28 Jun 2013 07:05:51 +0000</pubDate>
			<dc:creator>geneticdigital</dc:creator>
			<guid isPermaLink="false">349616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is this possible yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Clearing Confirmation and Showing the Form Again?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clearing-confirmation-and-showing-the-form-again#post-9199</link>
			<pubDate>Tue, 31 Aug 2010 15:19:23 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9199@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently this isn't possible as a feature.  The only way this could be done is if you used the confirmation redirect and set the Thank You page to be the same page as the page containing your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "Clearing Confirmation and Showing the Form Again?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/clearing-confirmation-and-showing-the-form-again#post-9188</link>
			<pubDate>Tue, 31 Aug 2010 13:33:53 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">9188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't seem to figure out how to go about accomplishing this.&#60;/p&#62;
&#60;p&#62;I want to allow the user to click a link to bring up the form again.  I'm using and &#34;AJAX&#34; form and currently the confirmation message replaces the form, rather than hiding it.  I would like to hide the form and clear / show it (hiding the confirmation) if the user wants to submit again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
