<?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 User Favorites: ecdqwebmaster</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/ecdqwebmaster'>ecdqwebmaster</a></link>
		<description>Gravity Support Forums User Favorites: ecdqwebmaster</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:00:49 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-97553</link>
			<pubDate>Sat, 01 Dec 2012 02:08:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97553@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Brian, please change all references of $entry['1'] to $lead['1'].  There was a mistake in my earlier code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brianharrington on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-88974</link>
			<pubDate>Thu, 08 Nov 2012 20:20:14 +0000</pubDate>
			<dc:creator>brianharrington</dc:creator>
			<guid isPermaLink="false">88974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Havent heard back, I went ahead and tried with a fresh copy of wordpress with 2011 theme. Still doesn't work.&#60;/p&#62;
&#60;p&#62;Please respond.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display selected products (only) in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-selected-products-only-in-email#post-88425</link>
			<pubDate>Wed, 07 Nov 2012 12:30:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">88425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Daniel, there are a lot of questions in one topic here so I will do my best to address them all.&#60;/p&#62;
&#60;p&#62;Also, we can't see your form preview - that is visible to logged in members with proper permissions (not the general public or any other visitor.)&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;I need the system to generate 1- an email to the &#34;receiver&#34; of the card, including his own data and some data concerning the &#34;sender&#34; (all of this provided through the form by the &#34;sender&#34;) and, most important, the url link to the card
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I'm not sure what the card is or how it was created, and if it is created outside Gravity Forms, how the URL is generated.&#60;/p&#62;
&#60;p&#62;I assume in your form you are going to have the two email addresses, one for sender and one for receiver.  If that is the case, you can send the user notification to the &#34;receiver&#34;.  You can include the link to the card, but I'm not sure how that URL is generated or when.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
and 2- a notification message to the &#34;sender&#34; of the card (ideally an email but I could be satisfied with a screen display if the &#34;email&#34; function is already used for the &#34;receiver&#34;.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;You can use the gform_after_submission hook to send a notification to the sender, if you need to, but it's much easier to just display the confirmation on-screen.  You could also send the user notification to the sender, as well as recipient, as a copy of what was sent.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
In an ideal world, I would have also liked the system to display, as the last page of the form, kind of a &#34;summary&#34; of the data provided and asking to click &#34;Send&#34; if everything was OK.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;To satisfy this requirement, please see this additional functionality which was coded by one of the Gravity Forms developers: &#60;a href=&#34;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please try putting some of this online and sharing a link to your form so we can try it out.  Let us know where you get stuck.  This is a fairly advanced custom use of Gravity Forms, but it can all be accomplished. It will require some work on your part to make it all work seamlessly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brianharrington on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-88132</link>
			<pubDate>Tue, 06 Nov 2012 22:01:13 +0000</pubDate>
			<dc:creator>brianharrington</dc:creator>
			<guid isPermaLink="false">88132@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After some more investigation, if i use the below, it will redirect to 1.com regardless of what i choose in the drop down.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_confirmation_2&#38;#39;, &#38;#39;confirmation_redirect&#38;#39;, 10, 4);
function confirmation_redirect($confirmation, $form, $lead, $ajax){

  if($entry[&#38;#39;1&#38;#39;] == &#38;#39;&#38;#39;){
    $confirmation = array(&#38;#39;redirect&#38;#39; =&#38;gt;&#38;#39;http://www.1.com&#38;#39;);
  }
  else if($entry[&#38;#39;1&#38;#39;] == &#38;#39;2&#38;#39;){
    $confirmation = array(&#38;#39;redirect&#38;#39; =&#38;gt;&#38;#39;http://www.2.com&#38;#39;);
  }

  return $confirmation;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>brianharrington on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-87719</link>
			<pubDate>Mon, 05 Nov 2012 21:18:59 +0000</pubDate>
			<dc:creator>brianharrington</dc:creator>
			<guid isPermaLink="false">87719@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This didnt work for me, though the example in the link above did.&#60;/p&#62;
&#60;p&#62;Here is my code. Form id of 2. There is 1 drop down field with 2 choices: &#34;1&#34; and &#34;2&#34;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_confirmation_2&#38;#39;, &#38;#39;confirmation_redirect&#38;#39;, 10, 4);
function confirmation_redirect($confirmation, $form, $lead, $ajax){

  if($entry[&#38;#39;1&#38;#39;] == &#38;#39;1&#38;#39;){
    $confirmation = array(&#38;#39;redirect&#38;#39; =&#38;gt;&#38;#39;http://www.1.com&#38;#39;);
  }
  else if($entry[&#38;#39;1&#38;#39;] == &#38;#39;2&#38;#39;){
    $confirmation = array(&#38;#39;redirect&#38;#39; =&#38;gt;&#38;#39;http://www.2.com&#38;#39;);
  }

  return $confirmation;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-86547</link>
			<pubDate>Fri, 02 Nov 2012 06:15:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">86547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That code will go in your theme's functions.php.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F#PHP&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F#PHP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will need to change the 2 on line 3 to your form ID, and we're checking the value of field 5 in your form on lines 7 and 10.  You can add more if statements there, or use a &#60;a href=&#34;http://php.net/manual/en/control-structures.switch.php&#34; rel=&#34;nofollow&#34;&#62;php switch/case&#60;/a&#62; statement if you have a lot of possibilities.  Change the 5 on those two lines to the ID of the field you want to check the value of.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-86545</link>
			<pubDate>Fri, 02 Nov 2012 06:13:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">86545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_confirmation filter in your theme's functions.php to change the confirmation URL based on a choice in your form.  Documentation: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code you use will look something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php
// change the 2 here to your form ID or remove the _2 to apply this to all forms
add_filter(&#38;#39;gform_confirmation_2&#38;#39;, &#38;#39;confirmation_redirect&#38;#39;, 10, 4);
function confirmation_redirect($confirmation, $form, $lead, $ajax){

	// this will change the redirect URL based on the answer for field 5 in your form
	if($lead[&#38;#39;5&#38;#39;] == &#38;#39;turtles&#38;#39;){
		$confirmation = array(&#38;#39;redirect&#38;#39; =&#38;gt;&#38;#39;http://www.example.com/turtle-information/&#38;#39;);
	}
	else if($lead[&#38;#39;5&#38;#39;] == &#38;#39;frogs&#38;#39;){
		$confirmation = array(&#38;#39;redirect&#38;#39; =&#38;gt;&#38;#39;http://www.example.com/for-the-love-of-frogs/&#38;#39;);
	}

	return $confirmation;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;EDITED: 1 December 2012 chrishajer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Thank you page based on select field choice."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-thank-you-page-based-on-select-field-choice#post-86541</link>
			<pubDate>Fri, 02 Nov 2012 06:07:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">86541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Continued from here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/custom-thank-you-pages-based-on-drop-down-field&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/custom-thank-you-pages-based-on-drop-down-field&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ecdqwebmaster on "Display selected products (only) in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-selected-products-only-in-email#post-86310</link>
			<pubDate>Thu, 01 Nov 2012 15:34:55 +0000</pubDate>
			<dc:creator>ecdqwebmaster</dc:creator>
			<guid isPermaLink="false">86310@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My need is close to Jason's: I need to generate an email pointing to a specific url depending on a choice made with a radio button. To be more precise, I am dealing with predesigned Christmas cards  located on those url, thus dealing with &#34;senders&#34;, and &#34;receivers&#34;. I need the system to generate 1- an email to the &#34;receiver&#34; of the card, including his own data and some data concerning the &#34;sender&#34; (all of this provided through the form by the &#34;sender&#34;) and, most important, the url link to the card and 2- a notification message to the &#34;sender&#34; of the card (ideally an email but I could be satisfied with a screen display if the &#34;email&#34; function is already used for the &#34;receiver&#34;.&#60;br /&#62;
In an ideal world, I would have also liked the system to display, as the last page of the form, kind of a &#34;summary&#34; of the data provided and asking to click &#34;Send&#34; if everything was OK.&#60;br /&#62;
I have some problems generating the email to the receiver and the notification to the sender, and have a BIG problem generating the final step summarizing PRIOR to the &#34;send&#34;.&#60;br /&#62;
For what comes AFTER the &#34;send&#34;, I can see what tools can be used, having only some formatting problems.&#60;br /&#62;
For the step BEFORE sending, I can't even see which tool, which box, which field would allow me to handle the data through merge tags...&#60;br /&#62;
The link provided here is to an uncomplete form, of course!&#60;br /&#62;
And it is in french!!!&#60;br /&#62;
&#60;a href=&#34;http://beta.ecdq.org/?gf_page=preview&#38;amp;id=22#gf_22&#34; rel=&#34;nofollow&#34;&#62;http://beta.ecdq.org/?gf_page=preview&#38;amp;id=22#gf_22&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for help,&#60;br /&#62;
Daniel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "Display selected products (only) in email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-selected-products-only-in-email#post-86262</link>
			<pubDate>Thu, 01 Nov 2012 12:39:54 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">86262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Jason,&#60;/p&#62;
&#60;p&#62;Double-check that you do NOT have a price set for the &#34;Please select&#34; choice. It needs to be left blank instead of setting it to zero.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
