i want to capitalize every single char within an text area while typing and using Adobe Acrobat
But how can i do this?
In the Text Field "Properties" under the "Format" tab enter the following javascript into the Custom Keystroke script box:
event.change = event.change.toUpperCase();