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:
---------------------------------
Thanks for registering with us, {Name (First):1.3}!
[gravityforms action="conditional" merge_tag="{conferencechoice:5}" condition="is" value="FREE"]
This content would be displayed if the value of field id 5 is "Location A at 10am on Monday, September 10, 2012".
[/gravityforms]
[gravityforms action="conditional" merge_tag="{conferencechoice:5}" condition="is" value="FREE2"]
This content would be displayed if the value of field id 5 is "Location A at 2pm on Monday, September 10, 2012".
[/gravityforms]
[gravityforms action="conditional" merge_tag="{conferencechoice:5}" condition="is" value="FREE3"]
This content would be displayed if the value of field id 5 is "Location B at 2pm on Tuesday, September 11, 2012".
[/gravityforms]
[gravityforms action="conditional" merge_tag="{conferencechoice:5}" condition="is" value="FREE4"]
This content would be displayed if the value of field id 5 is "Picadilly Circus at 9PM on Saturday, October 6, 2012".
[/gravityforms]
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.
---------------------------------
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?