- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You could use a java script on the change event that looks something like:
if (xfa.event.newText=="New York")
{Miles.rawValue="1"
}
if (xfa.event.newText=="Buffalo")
{Miles.rawValue="2"
}
you repeat this for each droplist value (don't know how many you have)
Then use a calculation script for the mutiplication
Views
Replies
0 Likes
Total Likes