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...