- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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?
Views
Replies
0 Likes
Total Likes