Question
Upper Case JS in Form Field
I've used the Date Picker option to create a date field and have entered the JS code "event.value=event.value.toUpperCase();" to change the month's formatting to upper case. This works while I'm still on the field, however, as soon as I leave the field, it goes back to the default formatting. How can I get it to remain upper case? Thanks!