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

DJDeeJay
DJDeeJay
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by DJDeeJay
Customize the badges you want to showcase on your profile
Re: Pre-fill a text field based on drop down menu selection - Adobe LiveCycle 24-09-2012
Hi,you can use the setItemState method to preselect a value in a dropdown list.Select the first value (its index = 0) of drop down list 2 if "Male" is selected, else the second value.if ($event.change eq "Male") then DDL2.setItemState(0, 1)elseif ($event.change eq "Female") then DDL2.setItemState(1, 1)endif

Views

1.7K

Likes

0

Replies

0