Skip to main content

Hi there!

When sending a campaign, and personalizing the subject line, I insert the code: {{ first_name|default:'there' }} . Is there a way to code it so that the name inserts with an ‘s to make the name possessive?

Thank you!

@retention I feel like you know the answer to this question, could you do this? {{ first_name|'’s'|default:'there' }}


Reply