cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: The Drop down in Adobe form

Former Member
0 Kudos

Hi All,

I am using a Adobe form [PDF] with 2 Drop Down's say DD1 [values:1,2,3] and DD2 [values a,b,c],

Requirment is:

When i select a value say "1" in DD1, DD2 should be "readOnly" and value should be "a" only.

When any value other then "1" is selected in DD1, DD2 should remain as Selectable to the user.

Solution i tried: Using script i made DD2 as "readOnly" when DD1 is "1", which makes DD2 as i/p field - not editable, but the problem is if user selects the another value after selecting "1" in DD1, DD2 remains a i/p field and no values is shown to the user, even though i made it as "readWrite".

Please help me.

Thanks & regards

-


Nagaraju

Accepted Solutions (1)

Accepted Solutions (1)

ravindra_bollapalli2
Active Contributor
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have a workaround to hide and display the fields like You should have two UI's for DD1 one is input field disabled with value "a" and the other is DropDown enabled, now what you do is when you select "1" in DD1 make the visibility of Input field true and when you select the other values in DD1 hide the Input field and make visible the Dropdown.

Regards

Raghu