Hello all, First time posting here.
What I have is a form and a session variable called “total” and have set it equal to 70. I have 3 check boxes (values of 15,10,10) in the form also. What i’m trying to achieve here is to have “total” change on and off check of the checkboxes. For instance, when you click on the first check box, the total changes to 85. When you uncheck it, it goes back to 70. If you check all 3, the total would be 105.
Do any of you know of a solution to this problem?
Thanks
Cmoore