Hello all,
Can you specify how i can create a field on my form that allows the user to enter data (his first name for example) and the default type face appears in Capital letters.
for example: JOHN
Hello all,
Can you specify how i can create a field on my form that allows the user to enter data (his first name for example) and the default type face appears in Capital letters.
for example: JOHN
If you want it done as the input is typed, you need to use a custom keystroke JavaScript.
If you want it after the entry is completed, you can use the a custom format JavaScript, custom JavaScript "on blur" action, or custom JavaScript validation.
George Kaiser