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

Drop Down Menu Problem

goldie6175
Registered: Feb 26 2008
Posts: 38
Answered

I have a drop down menu. It will be required on the form, but the first Item is "Select One" and I want to exclude it as one of the choices. I am sure there is some nifty javascript out there that I don't know about?

:)

My Product Information:
LiveCycle Designer, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You will have to add code so that when an item in the list is seleccted the "required" attribute is turned off and if the default item is reselected the "required" property is turned back on. Or add code to the "submit" button to test for the default item not being selected.

George Kaiser