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

jlam916
jlam916
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 jlam916
Customize the badges you want to showcase on your profile
second drop down list visible / invisible based on first drop down list choice - Adobe LiveCycle 22-05-2014
I am making a form using livecycle designer. I want my second drop down list (Conference Room) to either be visible or invisible base on the choice of the first drop down list (Building). I am new to Javascript and Livecycle. I found this script online and modify base on my object name, but it does not work. My script so far isif (buildingdropdownlist.rawValue == "A") { ConferenceRoom.presence = "visible"; } else {ConferenceRoom.presence = "invisible"; }I am putting this script as a "formready" ...

Views

576

Likes

0

Replies

2