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

anapashu
anapashu
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 anapashu
Customize the badges you want to showcase on your profile
Re: Text field populating drop down, that populates other text fields - Adobe LiveCycle 26-11-2013
You can start with this:Two text fields named child1 and child2. When a name is entered in the text field(s) it then becomes available in the drop list.I used the javascript below on the *pre-open event of the droplist.this.rawValue = null;this.clearItems();this.addItem(child1.rawValue);this.addItem(child2.rawValue);

Views

113

Likes

0

Replies

0