<?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: How can I show the form after submission?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission</link>
		<description>Gravity Support Forums Topic: How can I show the form after submission?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:00:48 +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/how-can-i-show-the-form-after-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-43783</link>
			<pubDate>Mon, 12 Dec 2011 13:32:22 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">43783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi sidjags,&#60;/p&#62;
&#60;p&#62;If you're pasting the snippet inside an existing &#38;lt;?php ?&#38;gt; block, you'll want to remove the opening &#38;lt;?php block from my pasted snippet. Let me know if you're still experiencing issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sidjags on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-43782</link>
			<pubDate>Mon, 12 Dec 2011 13:28:51 +0000</pubDate>
			<dc:creator>sidjags</dc:creator>
			<guid isPermaLink="false">43782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hey david... could you please explain how to use your code-snippet a little better... when i put it in my functions.php file (and also change the form id)... i get a blank screen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-43658</link>
			<pubDate>Sat, 10 Dec 2011 15:57:48 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">43658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi umarglobal,&#60;/p&#62;
&#60;p&#62;Rather than displaying the form immediately after submission, I have a snippet that lets you add a link to the confirmation message which allows you to reload the form to submit again. Here is a quick screenr to visually demonstrate this and the snippet as well:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.screenr.com/FGfs&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/FGfs&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/2997231&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2997231&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll want to paste the snippet in your theme's functions.php file and update the &#34;115&#34; in &#34;gform_pre_render_115&#34; to the ID of your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>umarglobal on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-43590</link>
			<pubDate>Fri, 09 Dec 2011 19:45:32 +0000</pubDate>
			<dc:creator>umarglobal</dc:creator>
			<guid isPermaLink="false">43590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Has there been any news on this issue? I would really love this implementation? I know this was 5 months ago which is why im asking. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designkitty on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-28091</link>
			<pubDate>Fri, 17 Jun 2011 20:52:26 +0000</pubDate>
			<dc:creator>designkitty</dc:creator>
			<guid isPermaLink="false">28091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, it would definitely be nice to have the response message not overwrite the form. I'm going to have to do some hacky code to enable this as its something I need or I will have to not use gravityforms &#38;gt;&#38;lt;&#60;/p&#62;
&#60;p&#62;Thanks for your time!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-27992</link>
			<pubDate>Fri, 17 Jun 2011 00:54:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;AJAX doesn't keep the form visible, AJAX submits the form without submitting the entire page or reloading the entire page.  The confirmation message is then instantly displayed.  The form itself goes away and is replaced by the confirmation message.  The form will redisplay if the page is refreshed.  &#60;/p&#62;
&#60;p&#62;We can look into doing modal window style confirmation messages in a future release, which would allow the form to continue displaying and the confirmation message appear in a modal window.  But currently this isn't a feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew Munro on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-27987</link>
			<pubDate>Thu, 16 Jun 2011 21:32:59 +0000</pubDate>
			<dc:creator>Andrew Munro</dc:creator>
			<guid isPermaLink="false">27987@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm wondering how i can do this also. Using ajax for form submission. Would be great to keep the form visible just in case a user needs to send another message (without having to refresh the page).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designkitty on "How can I show the form after submission?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-show-the-form-after-submission#post-26507</link>
			<pubDate>Fri, 27 May 2011 20:24:18 +0000</pubDate>
			<dc:creator>designkitty</dc:creator>
			<guid isPermaLink="false">26507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to redisplay my form that is using AJAX to submit.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
