How to get same field on selection of two values in dropdown?
Hi,
I want to show same field on selection of more than one value in drop down.
Suppose in dropdown, we have A,B,C,D
and i have one seperate node say 'title'
I want to show this field when i select A and when i select B.
As showhidetargetvalue is single valued property. i am not able to make it for multi value.
I tried to make string[] for showhidetargetvalue, but it is working only for one value .
please assist.