I have created a form with LiveCycle Designer ES2 9 and there are a lot of text fields. I would like to know if there is a way to make a global setting for the form that converts all text field data to uppercase? I have found that by adding xfa.event.change = xfa.event.change.toUpperCase(); to the "change" event will allow me to convert one field at a time but as I mentioned before, I have a lot of text fields and I would not want to add this repeatedly to every one of them. So, is there a way to make this change at the form level for all text fields.
Thank you,