Our brand standard is to use ALL CAPS for button text. I’m looking to include the first name in the button case, however, and was wondering if there was a way to style the first name as ALL CAPS in the email without changing the lead record.
Thanks for any help in advance!
Desired Result:
REGISTER FOR FREE, BOB
Current Result:
REGISTER FOR FREE, Bob
REGISTER FOR FREE, {{ personalization_token(‘contact.firstname’, ‘friend’) }}
RESIGTER FOR FREE, {{ personalization_token(‘contact.firstname’, ‘friend’) }}
Hi @CFrancis13 ,
I made a stupid mistake, the |capitalize filter only capitalizes the first letter. The |upper filter should do the trick, but somehow breaks the personalization token. Best thing you can do is accessing the source code:
Hi there! I’m try to get thsi working, having a firstname capitalisaion in an email button, but I don’t see anyway to update the HTML for an email button: