How do you change the case / capitalization of a personalization token?

Hi @CFrancis13 ,

Here is a quick way how you can achieve this by using a HubL filter;

REGISTER FOR FREE, {{ personalization_token('contact.firstname', 'friend')|capitalize }}

I haven’t tested the solution above, but this will work for sure:

{{contact.firstname|capitalize}}