How can I setup conditional formatting using ExactTarget personalization? I want to only show the punctuation if the first name exists.
For example, if name exists subject is NAME! Rest of Subject.
but if the name field is blank then Rest of Subject.
%% first_name %%! Rest of Subject.
ends up returning ! Rest of Subject.
if my first_name value is blank.