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

Drop Down List - make default selection permanent

MarkWoodrow
Registered: Apr 14 2010
Posts: 3
Answered

hi,

creating a drop down list and i want this list to be for viewing only and don't want users to be able to select anything in the list. i want to retain the default value at all times to avoid confusion.

can anyone help with a setting or javascript code that might work?

thanks in advance.

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
One solution is a small JavaScript in the exit:event of the drop down list.

this.rawValue = "yourDefaultValue";

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs