[FNAME] Tag Not Blank

Scott

Member
When I get replies from subscribers I can see the "[FNAME]" tag showing in the email. Shouldn't this default to blank when it has no value?
 
We don't replace tags that don't exists.
What you can do is to use a default:
Code:
[FNAME:filter:defaultValue('')]
 
Back
Top