Avatar

Level 10

You're mixing FormCalc and JavaScript together, try this on the Exit event:

$ = Upper($)

Or, on the Change event you can try the following JavaScript which will change each letter as it is typed:

xfa.event.change = xfa.event.change.toUpperCase();