Avatar

Level 7

Ok. On the drop down list exit event put in a script like below:

if (this.rawValue == "Breda"){

address1.rawValue = "insert Breda address here";

phoneNum1.rawValue = "insert Breda phone number here";

}

Be sure to set the scripting language to javascript. You'll need to repeat the code block for each town name in your drop down list, replacing Breda with whichever town is called for. How many towns do you have in your drop down list?