Convert Values to UPPERCASE (Option A)

How to convert field input to UPPERCASE after leaving field selection

an Applicant Name converting to UPPERCASE after leaving the field

The JS

The function

We create a handler that uses the focusout function. We can create one that applies to an entire field type such as the Name field (i.e. Customer Name and Reviewer Name)

or we can target a specific field by using the Knack Field ID.

and dont forget to close the function.

Example of full code block

The CSS

None needed 😎

How to Implement

Adjust field input type or Field ID and you are set 👍

Last updated

Was this helpful?