Menu

capitalize()

Updated: 2025-09-12

Use this function to capitalize the first letter of text from a field. 

For example, if the first name was entered in the field as charlotte, it would appear as Charlotte if you used the following field code in a template.

{{capitalize(CurrentClient.Info.ID.FirstName)}}

However, if the first name was entered as charlotte rae, only the first letter of the first word would be capitalized.