<?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: Dynamic Confirmation Message Based on Lead Information</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information</link>
		<description>Gravity Support Forums Topic: Dynamic Confirmation Message Based on Lead Information</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:35:14 +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/dynamic-confirmation-message-based-on-lead-information" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Dynamic Confirmation Message Based on Lead Information"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information#post-23876</link>
			<pubDate>Thu, 21 Apr 2011 15:02:23 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">23876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let us know how it goes. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>randomwalk on "Dynamic Confirmation Message Based on Lead Information"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information#post-23873</link>
			<pubDate>Thu, 21 Apr 2011 14:29:15 +0000</pubDate>
			<dc:creator>randomwalk</dc:creator>
			<guid isPermaLink="false">23873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I forgot that had the lead.  I guess I could move all my post processing from post_submission into that function.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Dynamic Confirmation Message Based on Lead Information"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information#post-23858</link>
			<pubDate>Thu, 21 Apr 2011 11:40:54 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">23858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you reviewed the documentation for the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;gform_confirmation&#60;/a&#62; hook? From your description, it meets all of your requirements. The entry details are available ($lead parameter) and it is specifically available for updating the confirmation message. Does this answer your question?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>randomwalk on "Dynamic Confirmation Message Based on Lead Information"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information#post-23830</link>
			<pubDate>Thu, 21 Apr 2011 07:58:41 +0000</pubDate>
			<dc:creator>randomwalk</dc:creator>
			<guid isPermaLink="false">23830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.  This is what I am doing (but in gform_confirmation filter) for some of my own simple validation, but I need to change the confirmation message based on  the response from my post to a third party and it is too difficult to go through this process with only $_POST.  Is it too late at this point to change the message?&#60;/p&#62;
&#60;p&#62;Maybe I could still send an email at this point?  &#60;/p&#62;
&#60;p&#62;Also, would it be better to use the pre_submission filter rather than gform_confirmation filter?&#60;/p&#62;
&#60;p&#62;Thanks for the quick response!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Dynamic Confirmation Message Based on Lead Information"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information#post-23802</link>
			<pubDate>Wed, 20 Apr 2011 19:04:27 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">23802@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Lindsey,&#60;/p&#62;
&#60;p&#62;You're going to want to use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission_filter&#60;/a&#62;. You can retrieve the submitted form values from the global $_POST variable and update the confirmation message in the $form object passed by the hook. Let me know if you have any questions on this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>randomwalk on "Dynamic Confirmation Message Based on Lead Information"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-confirmation-message-based-on-lead-information#post-23799</link>
			<pubDate>Wed, 20 Apr 2011 18:37:46 +0000</pubDate>
			<dc:creator>randomwalk</dc:creator>
			<guid isPermaLink="false">23799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to change the confirmation message based on the lead information submitted, but both gform_pre_submission and gform_confirmation only accept the $form variable and it seems by the time I get to gform_post_submission I am too late for the confirmation message.  &#60;/p&#62;
&#60;p&#62;How can I get the submitted information into these functions?  &#60;/p&#62;
&#60;p&#62;If I use the validation hook it triggers on page next, etc.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://myfootpath-dev.com/request-information/american-intercontinental-university-online/#gf_125&#34; rel=&#34;nofollow&#34;&#62;http://myfootpath-dev.com/request-information/american-intercontinental-university-online/#gf_125&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lindsey
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
