Capitalize user names after they input their name in the form

Hello,

I wanted to know if the names of the users input in a form, will be capitalized in the automated email.

I tried adding a css code to capitalize the name on the form, but the name is still in lowercase when the email is sent. (i am using %PERSONALIZE% to get the name of the user from the pop-up).

Please advise.

1 Like

I used this code to capitalize the first name.
%FIRSTNAME|UPPERFIRST%

Hey! Customer Experience team here to update this post. As @thegreenhouseproject shared, to convert the first letter of the name to uppercase you can use the following personalization tag: %FIRSTNAME|UPPERFIRST%.

Check this article to see other modifications you can do in the personalization tag:
How to modify personalization tags