acutab
Joined: 19 Mar 2006 Posts: 18 Location: Roanoke, VA
|
Posted: Tue Apr 08, 2008 6:05 pm Post subject: Tags in conditional statements |
|
|
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 |
|