Avatar

Level 6

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