Custom field fallbacks?

Kane

Member
So, say we're using a custom field called [FIRST_NAME] in a campaign.

Like:
Hi [FIRST_NAME]!

Is there a way to set a fallback, in case that field is empty for a specific subscriber? In this case, it would be great if 'there' would be the fallback, so it would become:

Hi there!

Rather than just:

Hi !
 
Yes it does.
However, in 1.3.5.8 it only supports single words, so you can do [FNAME:filter:defaultvalue(Whatever)] but you cannot do [FNAME:filter:defaultvalue(Whatever else)].
The dev version contains improvements on this, where we also support 2 or more words.
 
Back
Top