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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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!
Views
Replies
Total Likes
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
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?
Views
Replies
Total Likes
Views
Likes
Replies