<?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: confirmation email conditional logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/confirmation-email-conditional-logic</link>
		<description>Gravity Support Forums Topic: confirmation email conditional logic</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 18:34:00 +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/confirmation-email-conditional-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "confirmation email conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/confirmation-email-conditional-logic#post-83012</link>
			<pubDate>Tue, 23 Oct 2012 16:52:49 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">83012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's correct - if you wanted to use the &#34;value&#34; of the merge tag rather than the label, you would need to append :value to your merge tag, like this: {conferencechoice:5:value}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>byork on "confirmation email conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/confirmation-email-conditional-logic#post-82948</link>
			<pubDate>Tue, 23 Oct 2012 12:24:02 +0000</pubDate>
			<dc:creator>byork</dc:creator>
			<guid isPermaLink="false">82948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok - I think I've narrowed it down. You need to use the &#34;label&#34; field for the &#34;value&#34; in the radio button field inside the conditional merge tag in conf page and conf email code. Completely backwards. I think. At this point I need to take a break and retest after I give my eyes a break.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>byork on "confirmation email conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/confirmation-email-conditional-logic#post-82931</link>
			<pubDate>Tue, 23 Oct 2012 11:08:16 +0000</pubDate>
			<dc:creator>byork</dc:creator>
			<guid isPermaLink="false">82931@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I went ahead and created a brand new form. At first quick test - conditional logic in conf email worked. Then I filled in some css and changed some text and now it's not working again. I pulled out the css and still not working. Now the {Name (First):1.3} is pulling the wrong information completely and giving me the the conditional logic for the &#34;conferencechoice&#34; instead of the first name (tested this in different browser too). What the heck?? Can anyone offer some help here?&#60;/p&#62;
&#60;p&#62;Ok - just RE-inserted the name field and it's changed now. Working now. That was totally not my doing. Gravity Forms must be experiencing some problems. Seems to me someone is trying to fix - but would be nice to hear from them??? Would like to know if this is just my issue or not???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xilopix on "confirmation email conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/confirmation-email-conditional-logic#post-82842</link>
			<pubDate>Tue, 23 Oct 2012 03:50:45 +0000</pubDate>
			<dc:creator>Xilopix</dc:creator>
			<guid isPermaLink="false">82842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got the same issue... conditional logic is broken :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>byork on "confirmation email conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/confirmation-email-conditional-logic#post-82714</link>
			<pubDate>Mon, 22 Oct 2012 16:10:02 +0000</pubDate>
			<dc:creator>byork</dc:creator>
			<guid isPermaLink="false">82714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conditional logic will not work for confirmation page or confirmation email. I had it working before. I moved the site to a different domain. Everything seems to be fine but this. Not sure if the site move had anything to do with it or not. This is the code I am using:&#60;br /&#62;
---------------------------------&#60;br /&#62;
Thanks for registering with us, {Name (First):1.3}!&#60;/p&#62;
&#60;p&#62;[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{conferencechoice:5}&#34; condition=&#34;is&#34; value=&#34;FREE&#34;]&#60;br /&#62;
This content would be displayed if the value of field id 5 is &#34;Location A at 10am on Monday, September 10, 2012&#34;.&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{conferencechoice:5}&#34; condition=&#34;is&#34; value=&#34;FREE2&#34;]&#60;br /&#62;
This content would be displayed if the value of field id 5 is &#34;Location A at 2pm on Monday, September 10, 2012&#34;.&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{conferencechoice:5}&#34; condition=&#34;is&#34; value=&#34;FREE3&#34;]&#60;br /&#62;
This content would be displayed if the value of field id 5 is &#34;Location B at 2pm on Tuesday, September 11, 2012&#34;.&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{conferencechoice:5}&#34; condition=&#34;is&#34; value=&#34;FREE4&#34;]&#60;br /&#62;
This content would be displayed if the value of field id 5 is &#34;Picadilly Circus at 9PM on Saturday, October 6, 2012&#34;.&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
We look forward to you joining us at the conference {Name (First):1.3} {Name (Last):1.6}! If you have questions, please contact us.&#60;br /&#62;
---------------------------------&#60;br /&#62;
First and last name working. If I just put in {conferencechoice:5} it works, but when I add in the conditional it doesn't work. What's happening?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
