I know absolutely nothing about JavaScript but I am told that JavaScrip
is needed to solve my Form problem. I’m trying to figure out how t
take 2 List fields that would have text names but would represen
numeric values and calculate them..
First List field would be like this:
Example 1:
<option>Spons or One</option> (This would represent a numeric valu
of $40.00)
<option>Spons or Two</option> (This would represent a numeric valu
of $25.00)
<option>Spons or Three</option> (This would represent a numeric valu
of $10.00)
Then there would be a second List field as in Example 2
Example 2:
<option>1 Month</option> (This would represent a numeric value o
1)
<option>2 Months</option> (This would represent a numeric value o
2)
<option>3 Months</option> (This would represent a numeric value o
3)
Then I would like to multiply the numeric value of the selected item i
the first List field by the numeric value of the selected item in th
second List field and put the result into a text field called “Price”.
I would like to have the result appear in the Price fiel
automatically, as soon as the two items have been selected, withou
having to click on a button.
How difficult is this?
Thanks
Joh
John
Comment