Hi - trying to use the conditional logic to change the User Notification email message. I tried copying directly from the manual:
[html]
<p>Thank you for registering with The Edge! [gravityforms action="conditional" merge_tag="{Competition Entrance Fee:18}" condition="is" value="No"] We look forward to having you in our audience! [/gravityforms]</p>
When I do that, the message I receive has the first sentence, but the next sentence is "Oops! We could not locate your form."
So then I tried:
[html]
<p>Thank you for registering with The Edge! [gravityforms id=9 action="conditional" merge_tag="{Competition Entrance Fee:18}" condition="is" value="No"] We look forward to having you in our audience! [/gravityforms]</p>
I don't get the error, but it copies the entire blank form into the email message.
Have I made a typo which is throwing it off? To me it looks just like the example here:
http://www.gravityhelp.com/documentation/page/Shortcodes
/Wendy