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!