Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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