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

2 drop downs, need to hide 1 upon re-open of form

johnmolina
Registered: Mar 27 2008
Posts: 76

I have a form that has 2 drop down lists. One is for a list of items with English units of measure, other is Metic.

When user selects a value in English drop down, the metric list disappears correctly.

I save the form and the data is saved.

When I open the form back up, the data from the english drop down is displayed. However, the Metric drop down list is now visible.

Is there an event that i should be using to hide the second drop down if the first was selected in a previous session?

thank you for any help.

My Product Information:
LiveCycle Designer, Windows
lpp
Registered: Sep 18 2008
Posts: 6
thinking out loud:
to start make them both invisible
run an initial check to see if any data is saved
if data saved then display the relevant list box
if no saved data, display both lists.