Convert Values to UPPERCASE (Option B)

How to convert field input to UPPERCASE while entering characters

a Case ID converting to UPPERCASE as entered

The JS

The function

We create a handler that uses the keyup 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?