How can I set a text field to convert all text entered to upper case when populated? | Community
Skip to main content
New Participant
September 6, 2013
Solved

How can I set a text field to convert all text entered to upper case when populated?

  • September 6, 2013
  • 34 replies
  • 28825 views

I want to have all entered text populated into specific text fields to automatically convert to upper case. I am working in LiveCycle Designer ES2.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jcytrny

I am not sure how to place the code to get it working. Cannot get it to work.

34 replies

jcytrnyAuthor
New Participant
September 7, 2013

Cannot open the document using the link. Says my Adobe cannot support the document. I have Adobe Reader X and Acrobat Pro X installed on my computer.

New Participant
September 7, 2013

Please check the code in the uploaded the file 

https://workspaces.acrobat.com/?d=1vGCuh5UZeV4RMtV0Idt7g

jcytrnyAuthor
New Participant
September 7, 2013

Thank you for your assistance.

Where is the change event to place the code? I pasted the code into the function area but it did nothing.

Joe

New Participant
September 7, 2013

Hi,

Place the following code in the change event of textfield to make the input in upper case

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

Hope it helps