Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

AL3J0
AL3J0
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AL3J0
Customize the badges you want to showcase on your profile
exclusion group validation - Adobe LiveCycle 08-03-2018
Hi All,I am trying to highlight an exclusion group when it doesn't have any button checked. This is the script for the validation. Is it possible to check against the value of the exclusion group?Thanks.var reqFillColor = "255.255.0";var nonReqFillColor = "255.255.255";function requiredValidation(){var emptyArr = new Array();if(xfa.form.form1.subform1.rbList.rawValue == null){emptyArr.push(xfa.form.form1.subform1.rbList);highlight(xfa.form.form1.subform1.rbList);}function highlight(fld){if(fld.u...

Views

232

Likes

0

Replies

0