I am trying to add this if statement to an email but keep getting a literal result.
[if [304] ="Yes"] Round Trip [else] One Way.[/if [304]]
So I would expect when 304 = Yes that Round trip is displayed instead of yes, and it it is not yes then One way is displayed.
What i get is
[if [304] ="Yes"] Round Trip [else] One Way.[/if [304]] displayed
What am I doing wrong?
Use the syntax listed here https://formidableforms.com/knowledgebase/conditionals/ and change your code to [if 304 equals="Yes"] Round Trip [else] One Way.[/if 304]
Thanks you It was that coding error on my part. Working as expected now. I have a journey ahead learning HTML.
You're welcome. To be clear, it's not HTML it's Formidable's shortcodes which are actually WordPress shortcodes that are used in Formidable.
Please login or Register to submit your answer