Skip to Content
0
Former Member
Sep 10, 2007 at 06:47 AM

Hiding a field in adobe interactive form

16 Views

Hi All!

I am working with Adobe Interactive form. I want to make a <i><b>subform</b></i> invisible based on the selection of one of the options in the <i><b>dropdown list</b></i>. I tried the following javascript in the change event of the <i><b>dropdown list</b></i>:

<i><b>xfa.resolveNodes("subformName").presence = "invisible";</b></i>

but nothing happens when i change the value of the <i><b>dropdown list</b></i>.

Please suggest some solution for this.

Thanks!