Hi. I am very new to Livecycle and to JavaScript but have learnt a lot
this week, including how to populate both textfields and dropdown lists,
based on the selections made in another dropdown list.I now have a
related problem. I have a dropdown with 10 possible selections (called,
say, S1 to S10), and about 20 textfields (called, say, A to T) whose
values will each vary depending on the dropdown selection that is made.
In Excel this is trivial, as if I want to populate textfield C I just
use th...