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