Hi everyone,
I was created one Item Page with TYPE= Text Field, and i want to get it uppercase/initcap once the user move up the field, and store it like that in my external table.
For that i want to add JS code, in the HTML Form Element Attributes
onBlur="javascript:{this.value = this.value.toUpperCase(); }"
Except that, i cant get this section in my item.
So how can i fix that ?
Thank you for help