These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Field Properties Box

fjcunninghamjr
Registered: Oct 31 2006
Posts: 25
Answered

Hi,
I have already created a form for text to be entered. Now I am trying to tweak it to when a field is completed the text is changed to Upper Case. I can't seem to find or get to the Text Field Properties dialog to enter the action. Can someone take my throught the steps.
Frank

lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
Try this Javascript code in the change event for the text field:

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

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.