I am trying to use a drop down list to control how my field calculate. I
have events packages that have multiple tiers. For example, Package One
has (2) Tiers. Tier 1 costs $16 & Tier 2 costs $20. So based on the
number of guests i want to be able to select the tier and it multiply
and give me the total cost for the package. Ex: 2 Guests for Tier 1 =
$32. Here is the code i have so far, it is placed under the change
handler of the drop down list: var costPerGuest = 16;var tier =
event.newText;if...