I am trying to make a form that adds a freight charge to the total if the customer wants their items sent to them, but does not add the charge if they choose to pick it up, it should look somewhat like this -
If "delivery" = Yes then Add "Freight" to "PayTotal"
If "delivery" = No then End
But i have not used javascript before, and it is significantly confusing for the uninitiated. If someone could please convert my crude outline into script for me, i would be most appreciative.
Tom
George