How do you change the case / capitalization of a personalization token?
解決
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') }}
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:
How do you change the case / capitalization of a personalization token?
解決
It appears that the recent updates to Thunderbird (versions 115.3.2, 64-bit) have caused a scrolling issue within received emails, which is quite frustrating and time-consuming. It would be greatly appreciated if this issue could be addressed promptly to improve the user experience.thepoultryfarm
How do you change the case / capitalization of a personalization token?
解決
For the desired result, you can apply CSS text-transform: uppercase; to the specific personalization token for the first name in your email template. To explore more email customization techniques, please check out our related blog content-dependent visa UK tier 2.
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:
How do you change the case / capitalization of a personalization token?
解決
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:
I've tried various different version and doesn't seem to work. Any help please.