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

If rule for form

nphil070
Registered: Jan 15 2008
Posts: 6
Answered

Hi,

I am new to this program and am desperately trying do create a simple form. In the form I would like the user to be able to select a color from a drop down list and then when the color has been selected from the list, i would like the corresponding text box's text to be that color. so to put simply when i want the user to be able to change the colour of the text within their section via a drop down menu.. is this possible? if so could someone give me some direction?

Thanks alot,

Neil

My Product Information:
LiveCycle Designer, Windows
scottsheck
Registered: May 3 2007
Posts: 138
Neil,

Yes, it's possible. You can use the Change event of a DropDownList object, and place the following formcalc code in it:

TextField1.fontColor = "150,130,33"

Scott