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

Herleyuser
Herleyuser
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Herleyuser
Customize the badges you want to showcase on your profile
Re: Making a drop-down field conditionally required - Adobe LiveCycle 30-05-2009
Hi,Try the following Javascript in the exit event of the textfield in the row(s):if (this.rawValue == null || this.rawValue == ""){ DropDownList1.validate.nullTest = "disabled"; DropDownList1.assist.toolTip.value = "This field is optional..."; }else{ DropDownList1.validate.nullTest = "error"; DropDownList1.assist.toolTip.value = "This field is mandatory, please provide a response...";}Hope this works for you,Niall

Views

114

Likes

0

Replies

0