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

ETurne
ETurne
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 ETurne
Customize the badges you want to showcase on your profile
Re: Mutiple textfields choice - Adobe LiveCycle 30-05-2013
Both dropdowns work correctly, however, because of the difference in results the layout can look strange with my current set up. The basics of the code I am using is dropdown1 has on its exit field:var switchvar1 = this.rawValue;switch (switchvar){ case "option1":var opt1txt1 = "some text";var opt2txt2 = "some text";textfield1.rawValue = opt1txt1;textfield2.rawValue = opt1txt2;break;case "option2":var opt2txt1 = "some text";var opt2txt2 = "some text";...var opt2txt8 = "some text";textfield1.rawV...

Views

107

Likes

0

Replies

0
Mutiple textfields choice - Adobe LiveCycle 29-05-2013
I am working on a form and i need to be able to augment the value of multiple text fields based on a dropdown list selection. this works fine but i also need to add a second drop down list which will augment the value of textfields in the same area.an example would be i have 10 textfields and 2 dropdownsdropdown1 has 3 options each option augments a different amount of text fields say option1=2, option2=8, and option3=5dropdown2 has 2 options and each aguments 1 textfield.Without specifically le...

Views

533

Likes

0

Replies

3