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

Hiding Fields

aauser
Registered: Feb 28 2007
Posts: 10

How can I bind a Drop-down List field to a Numeric Field so that the former is only Visible when the latter has a value of 5,000.00 or less?

My Product Information:
Acrobat Pro 8, Windows
tedpadova
ExpertTeam
Registered: Dec 31 2005
Posts: 848
You can show/hide fields using JavaScript. In the calculate properties on the second field, add a script where the event.value is => 5,000, the field is visible. Refer to the JavaScript Specification manual for help in writing the code.ted

The author of numerous books on Acrobat, Photoshop, Illustrator and the Adobe Creative Suite, and an international speaker on Adobe Acrobat, Ted Padova is a well-known PDF guru.

aauser
Registered: Feb 28 2007
Posts: 10
Where can I find the JavaScript Specification manual? I am hopeless at coding. Where can I go to get this presumably simple piece of code done for me?