Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!

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.

4 Replies

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

Avatar

Level 2

I appreciate your reply! I'm using Designer (formerly Live Cycle). With that information, would you still recommend that the other community is the best place to post? Every post I've made in the past someone has always recommended a different community, but once it's learned that I use Designer, I end right back here.  

 

Thanks!

Avatar

Community Advisor

Hi @Mav_S 

Sorry for your inconvenience but this community is dedicated to AEM.

The LiveCycle community is at https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle/ct-p/adobe-livecycle-community but achieved, I am not sure if there is any dedicated community for LiveCycle



Arun Patidar

Avatar

Level 2

Mav_S_0-1736529947854.png

Straight from the forum you directed me to.... 

Which literally happens every time I need help with one of my PDF forms that I make in Designer. 

 

Sooo is there another forum that will actually help me?