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 dropdowns
dropdown1 has 3 options each option augments a different amount of text fields say option1=2, option2=8, and option3=5
dropdown2 has 2 options and each aguments 1 textfield.
Without specifically leaving the first textfield open how can i ensure that dropdown2 augments the value of the first blank textfield?