Tags

Bemateur

New Member
Hello

can tags be set in a way, that when the information does not exist - e.g. no name available in the address book - a replacement could be set?

So you would write "Dear [name]" and if there is none it could be replaced with "Dear member".

Thank you!
Bemateur
 

stanbusk

Administrator
Staff member
You can do that with a conditional statement. It would be something like:

<IF [[Firstname]] <> "">Dear [Firstname],
<ELSE>Dear member,</IF>
 
Top