Menu

lower()

Updated: 2025-09-12

The function lower() changes text to lowercase.

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

See also upper() and capitalize().