Skip to main content
Participant
August 9, 2019
Answered

Subform contents not displaying correctly when made "visible"

  • August 9, 2019
  • 2 replies
  • 543 views

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 accompany text. 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")

     {

          emergency.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 text that goes along with it.

EDIT:

so its not just a sub-form thing its also happening if i take out the checkboxes and make them invisible/visible. only showing the box not the text with the box.

This topic has been closed for replies.
Correct answer stevec19639404

subform made visible but content not showing

2 replies

stevec19639404AuthorCorrect answer
Participant
August 9, 2019
Bernd Alheit
Community Expert
Community Expert
August 9, 2019

Try the forum for Adobe Livecycle Designer.