Tags in conditional statements

acutab

New Member
I am running into an odd problem with tags in a conditional statement.

Code:
<IF [[Firstname]] <> "">[Firstname] [Surname] with [Company]<ELSE>[Company] </IF>

Everything works except the first instance of the [Company] tag in the <IF> statement. It simply doesn't display.

What I see in preview is: Joe Blow with

If I substitute a different tag (like email), it displays perfectly.

Is the second use of the [Company] tag fouling things up?

Thanks!

John
 
Top