Answered
Want to have entries Default to capital letters in fillable form
How do I have all entries in a fillable form default to capital letters?
How do I have all entries in a fillable form default to capital letters?
Go to the Properties dialog of the text field and under Format select Custom, and enter the following under Custom Keystroke Script:
event.change = event.change.toUpperCase();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.