Convert Values to UPPERCASE (Option B)
How to convert field input to UPPERCASE while entering characters
Last updated
How to convert field input to UPPERCASE while entering characters
Last updated
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
None needed 😎
Adjust field input type or Field ID and you are set 👍