i have run into a brick wall trying to get my form to add one field to another using a radio button
i need to add a freight charge, which has already been calculated and put into a field called "freight" and add it to a field called "PayTotal" if the "Delivery" radio button value is set to Yes.
so it would look some what like this
If "delivery" = Yes then Add "Freight" to "PayTotal"
If "delivery" = No then End
i have no experience using java before today, and my head is going to explode if i don't get some help with this, and i promise to stop filling the forums with my n00b questions.
And don't worry about asking questions, that's why this place exists. There are also a lot of great resources here for learning more about JavaScript programming, so check them out.
George