Expand my Community achievements bar.

Text Not Disappearing Once Required Boxes Are Checked

Avatar

Level 2

I have 5 check boxes that must be checked on a form. I have added the text "Please verify that all required boxes are checked" at the top of the section and I need it go hide once all 5 boxes are checked. 

 

This is the formula I'm using: 

 

if (this.resolveNode("ICAreconciled.checkbox5").rawValue == "1" && this.resolveNode("ICAvalidation.checkbox4").rawValue == "1" && this.resolveNode("checkbox3").rawValue == "1" && this.rawValue == "1" && this.resolveNode("checkbox2").rawValue == "1") {
this.resolveNode("B\.ChecklistTitle.VerifyMessage").presence = "hidden";
}
else
{
this.resolveNode("B\.ChecklistTitle.VerifyMessage").presence = "visible"
}

 

Am I missing something? I've attached the form if it helps. 

 

Thanks! 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

Hi @Mav_S 

I would suggest to reach put to Adobe Acrobat Experts at dedicated community to get faster response

 https://community.adobe.com/t5/acrobat/ct-p/ct-acrobat?page=1&sort=latest_replies&lang=all&tabid=all 



Arun Patidar