| Author |
Message |
Bemateur
Joined: 30 Jun 2008 Posts: 2
|
Posted: Mon Jun 30, 2008 6:09 pm Post subject: Tags |
|
|
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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2178
|
Posted: Mon Jun 30, 2008 7:47 pm Post subject: |
|
|
You can do that with a conditional statement. It would be something like:
<IF [[Firstname]] <> "">Dear [Firstname],
<ELSE>Dear member,</IF> |
|
| Back to top |
|
 |
Bemateur
Joined: 30 Jun 2008 Posts: 2
|
Posted: Mon Jun 30, 2008 9:28 pm Post subject: |
|
|
Thank you for this quick answer. It works! I guess I have to learn some httml after all . |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2178
|
Posted: Tue Jul 01, 2008 9:21 am Post subject: |
|
|
| Well, it is not HTML actually, it is the MaxBulk conditional statement language. It is explained here: Conditional messages |
|
| Back to top |
|
 |
|