I am starting the message with the following:-
<IF [[Firstname]] <> "">Hi [Firstname], </IF>I hope......
So, if there is a Firstname, it will be used preceded by "Hi " and followed by ", " with that end space obviously required. BUT, when viewed in the preview mode, the trailing space is stripped. How can I stop this and allow the use of that very necessary space if the condition is met?
In fact, I think the above is a more general problem that trailing spaces in the conditional text get stripped.
Also, I cannot get the following to work:-
<IF [[Type]] ?# "Club">The</IF>
even when Type is 'Car Club' and obviously should match.
If I instead use = "Car Club", it works. Why does the 'ends with' fail?
<IF [[Firstname]] <> "">Hi [Firstname], </IF>I hope......
So, if there is a Firstname, it will be used preceded by "Hi " and followed by ", " with that end space obviously required. BUT, when viewed in the preview mode, the trailing space is stripped. How can I stop this and allow the use of that very necessary space if the condition is met?
In fact, I think the above is a more general problem that trailing spaces in the conditional text get stripped.
Also, I cannot get the following to work:-
<IF [[Type]] ?# "Club">The</IF>
even when Type is 'Car Club' and obviously should match.
If I instead use = "Car Club", it works. Why does the 'ends with' fail?