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

guydoms
guydoms
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by guydoms
Customize the badges you want to showcase on your profile
Re: Mandatory field after check-box selection - Adobe LiveCycle 02-02-2013
Thank-you whyisthisme. However, the problem remained after testing the value using an if statement. as suggested. My code is now against the Change Event on the radio-group (rather than the check-box itself), as follows:-Floor.mandatory = (House.rawValue == 1) ? "disabled" : "error";Floor.presence = (House.rawValue == 1) ? "invisible" : "visible";Floor.rawValue = null;This works the same as described before, with the Floor field being highlighted and a Mandatory Error message appearing, BEFORE t...

Views

67

Likes

0

Replies

0
Mandatory field after check-box selection - Adobe LiveCycle 01-02-2013
While testing, I am experiencing an exception behaviour oddity on a runtime mandatory setting of a text field depending on which check-box a user selects...I have two mutually-exclusive check-boxes, House and Appartment, plus a text-field named Floor. If the user selects House, then I disable the mandatory and visibility settings of the Floor field. The opposite if the user selects Appartment...I want them to enter a Floor value in that case.The scripts against a Click Event on the House and App...

Views

737

Likes

0

Replies

2