Menu

upper()

Updated: 2025-09-12

The function upper() transforms text to uppercase.

For example, {{upper(CurrentClient.Info.ID.FirstName)}} prints the client's first name, JAMES, in uppercase in the template regardless of how it shows in the field on the form.

See also lower() and capitalize().