Expand my Community achievements bar.

Check Button

Avatar

Level 1
Hello all,



Adobe Acrobat has a Show/Hide function. Is there a way to show or hide subforms by using a check button? I think there is a way and found this script but doesn't seem to work. Any advice, it would be greatly appreciated! Thanks!



if (gatheringdata.rawValue == 0)

{

xfa.resolveNode("subform1.gathering").presence = "invisible";

}

else

{

xfa.resolveNode("subform1.gathering").presence = "visible";

}
0 Replies