<?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: New Form beneath confirmation message</title>
		<link>https://legacy.forums.gravityhelp.com/topic/new-form-beneath-confirmation-message</link>
		<description>Gravity Support Forums Topic: New Form beneath confirmation message</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 18:49:06 +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/new-form-beneath-confirmation-message" rel="self" type="application/rss+xml" />

		<item>
			<title>minicast on "New Form beneath confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-form-beneath-confirmation-message#post-92951</link>
			<pubDate>Mon, 19 Nov 2012 09:53:40 +0000</pubDate>
			<dc:creator>minicast</dc:creator>
			<guid isPermaLink="false">92951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is how I do it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/** GRAVITY FORMS MODIFICATIONS (add this to your functions.php)
/ ================================================================================ */

// This disables the anchor on form submission
add_filter(&#38;quot;gform_confirmation_anchor&#38;quot;, create_function(&#38;quot;&#38;quot;,&#38;quot;return false;&#38;quot;));

// change the number on &#38;quot;gform_pre_render_1&#38;quot; to match the ID of your form.
add_filter(&#38;#39;gform_pre_render_1&#38;#39;, &#38;#39;save_form_html&#38;#39;);

function save_form_html($form) {

	if(isset($_POST[&#38;quot;gform_ajax&#38;quot;]))
		return $form;

	$form_id = $form[&#38;#39;id&#38;#39;]; ?&#38;gt;

	&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	jQuery(document).ready(function(a){
		if(typeof gform_html == &#38;#39;undefined&#38;#39;)
			var gform_html = new Array();
		gform_html[&#38;#39;&#38;lt;?php echo $form_id; ?&#38;gt;&#38;#39;] = a(&#38;#39;#gform_wrapper_&#38;lt;?php echo $form_id; ?&#38;gt;&#38;#39;).wrap(&#38;#39;&#38;lt;div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;).parent().html();
		a(document).bind(&#38;#39;gform_confirmation_loaded&#38;#39;, function(){
			a(&#38;#39;.gform_confirmation_message_&#38;lt;?php echo $form_id; ?&#38;gt;&#38;#39;).parent().append(gform_html[&#38;#39;&#38;lt;?php echo $form_id; ?&#38;gt;&#38;#39;]);
			setTimeout(function(){a(&#38;quot;.gform_confirmation_message_&#38;lt;?php echo $form_id; ?&#38;gt;&#38;quot;).fadeTo(&#38;quot;slow&#38;quot;,0,function(){a(this).slideUp(&#38;quot;slow&#38;quot;,function(){a(this).remove()})})},3E3);
		})
    });
	&#38;lt;/script&#38;gt;

&#38;lt;?php return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "New Form beneath confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-form-beneath-confirmation-message#post-43820</link>
			<pubDate>Mon, 12 Dec 2011 17:34:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43820@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The white screen is due to invalid code causing a 500 Internal Server Error.  So, the code is being inserted incorrectly. If you post your complete functions.php to pastebin.com or pastie.org and we'll take a look at the syntax for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sidjags on "New Form beneath confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-form-beneath-confirmation-message#post-43784</link>
			<pubDate>Mon, 12 Dec 2011 13:40:20 +0000</pubDate>
			<dc:creator>sidjags</dc:creator>
			<guid isPermaLink="false">43784@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;nope... when i put in the shortcode:&#60;br /&#62;
[gravityform id=1 title=false description=false ajax=true] (where my form id # is 1)... the form doesnt even submit... i fill it up, click submit... and it just freezes...&#60;/p&#62;
&#60;p&#62;but i did come across a similar question ove rhere: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-can-i-show-the-form-after-submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-can-i-show-the-form-after-submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;they are putting up a link which comes along with the confirmation message... and once clicked, will load the form again... however the code doesnt seem to work for me... they ask to put a snippet of code into functions.php... but when i do so... my entire wordpress install goes for a toss... get a white blank screen...&#60;/p&#62;
&#60;p&#62;could you please help me out here by pointing in the right direction?!&#60;/p&#62;
&#60;p&#62;sid
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "New Form beneath confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-form-beneath-confirmation-message#post-43723</link>
			<pubDate>Mon, 12 Dec 2011 01:18:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43723@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The confirmation text supports shortcodes, so you can put the shortcode to a form in there. Just copy it from the post editor and paste it in there.  Let us know if you can make that work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sidjags on "New Form beneath confirmation message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-form-beneath-confirmation-message#post-43703</link>
			<pubDate>Sun, 11 Dec 2011 16:40:43 +0000</pubDate>
			<dc:creator>sidjags</dc:creator>
			<guid isPermaLink="false">43703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to give a blank new form right beneath the confirmation message one gets after submitting a form (assuming i, the admin, have selected the option of &#34;text&#34;... not redirect, or any other page....)&#60;/p&#62;
&#60;p&#62;so.. i fill out the form, it says thank you... and gives me an option to fill it out again...&#60;/p&#62;
&#60;p&#62;am using this for a user to send a post... so, he could technically want to send another post right after he finishes this one...&#60;/p&#62;
&#60;p&#62;sid
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
