<?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: Is there a way to insert a form into the confirmation using gform_confirmation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-insert-a-form-into-the-confirmation-using-gform_confirmation</link>
		<description>Gravity Support Forums Topic: Is there a way to insert a form into the confirmation using gform_confirmation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:19 +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/is-there-a-way-to-insert-a-form-into-the-confirmation-using-gform_confirmation" rel="self" type="application/rss+xml" />

		<item>
			<title>eschoolnews on "Is there a way to insert a form into the confirmation using gform_confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-insert-a-form-into-the-confirmation-using-gform_confirmation#post-60334</link>
			<pubDate>Thu, 24 May 2012 18:59:15 +0000</pubDate>
			<dc:creator>eschoolnews</dc:creator>
			<guid isPermaLink="false">60334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thinking outside the box...&#60;br /&#62;
I think I found a way to get the form into the page, but it is by using the code from a cached version of the form to populate gform_confirmation. I am testing it, and I know this will most likely cause problems when upgrading, but could this be a workable solution for my case? &#60;/p&#62;
&#60;p&#62;The W3 total cached pages work, why would this be any different?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eschoolnews on "Is there a way to insert a form into the confirmation using gform_confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-insert-a-form-into-the-confirmation-using-gform_confirmation#post-60302</link>
			<pubDate>Thu, 24 May 2012 15:11:33 +0000</pubDate>
			<dc:creator>eschoolnews</dc:creator>
			<guid isPermaLink="false">60302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thinking of doing that, but this is one of those requests that looked easy, but not in implementation. &#34;Think of the survey at the end of a receipt&#34; is the designers vision.&#60;/p&#62;
&#60;p&#62;I recalled how I can capture the gravity_form(#) output, and store it into a var, using output buffering (ob_start) but that option comes with 100s of warnings not to. &#60;/p&#62;
&#60;p&#62;Our confirmation page is the end of the site registration process, before the confirmation it is sending data to an external DB, then has a number of options on the confirmation page, such as, return to what you were reading, edit your profile, go to 10 things that may interest you, and it automatically logs the person into WordPress. Lots going on there, and lots of things that would need to be passed to the new forms landing page. &#60;/p&#62;
&#60;p&#62;Having a little trouble with the redirect in that I will need to pass all that information to the new form as if they were where they started. I could pack it all in the URL, or store it in a temporary DB to be retrieved by the new forms landing page ... or come up with an easy option that is evading me at the moment. &#60;/p&#62;
&#60;p&#62;The form that they want to add is 2 quick optional questions, that is all.  Wording is not the same but.. Was this process easy? What would you change? They require that it should not take them away from the current &#34;landing page&#34; or what the end user really wants to do, which is go back to the part of the site they want to read, nor should it be overly intrusive.  &#60;/p&#62;
&#60;p&#62;Will try to get the key code out of the process to share, but cannot publicly share much of it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Is there a way to insert a form into the confirmation using gform_confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-insert-a-form-into-the-confirmation-using-gform_confirmation#post-60178</link>
			<pubDate>Wed, 23 May 2012 21:16:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you not selectively redirect them to the other form on another page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eschoolnews on "Is there a way to insert a form into the confirmation using gform_confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-insert-a-form-into-the-confirmation-using-gform_confirmation#post-60164</link>
			<pubDate>Wed, 23 May 2012 17:20:12 +0000</pubDate>
			<dc:creator>eschoolnews</dc:creator>
			<guid isPermaLink="false">60164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to come up with a way to have a form call another gravity form after a form is successfully submitted (a follow-up survey). I do not want to use a multi-page form as the 2nd form is not planned to appear every time, for every form submission. &#60;/p&#62;
&#60;p&#62;I have successfully changed the confirmation message using gform_confirmation, but I cannot use the template tag (  gravity_form(#)  ) in a function that is called in the header as it will just display the at the top of the page.&#60;/p&#62;
&#60;p&#62;Two Questions:&#60;br /&#62;
Is there a way to know the form submission was a success that could assign a variable or be used in an IF() in the template? Then I could just place the 2nd form like any other form in the template.&#60;/p&#62;
&#60;p&#62;Is there a way to store the output of the function gravity_form() into the $confirmation array? I know this is a PHP question, but it is where I am going to search next on. &#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
