Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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