Expand my Community achievements bar.

How will I get the script to turn to All Caps after the textbox has been filled out?

Avatar

Former Community Member

The correct email address is suppose to be ramirezag25@gmail.com not yahoo.com

4 Replies

Avatar

Level 2

function toUpper(){

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

}

Avatar

Former Community Member

Sir/Ma'am under what event script will you add that to..............will you also add it to that certain text box? Thank you for the reply

Avatar

Level 2

Hi, you can add it in the exit event of the field.

Or you can create a script object and reference it from there.

Avatar

Level 10

Hi,

The above mentioned code will not run if you write them in Exit event.

The only way to make it work is writing them in Change event.

event.png

Nith