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.
SOLVED

subform made visible but content not showing

Avatar

Level 1

 

ok i have a sub-form that contains check boxes. it is hidden and becomes visible when when the conditions are met. however the check boxes in the sub-form only show the box to check and not the caption,i tried it on different systems thinking it was an adobe issue but its persistent across the systems

the form was made in live cycle

code to make the sub-form visible inside check box

if (this.rawValue == "1")

     {

          RN.rawValue =0;

          ND.rawValue = 0;

          if (Internet.rawValue =="1")

          {

               xfa.resolveNode("IG-RN").presence ="visible";

          }

     }

like i said this code works but the check boxes in the sub form only show the box and the the captions that goes along with it.

this also happens outside the subform to the check boxes as well.

issue.jpg

1 Accepted Solution

Avatar

Correct answer by
Level 1

helps if i actually save it as a dynamic form.... it works now!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

helps if i actually save it as a dynamic form.... it works now!