Order Form Calculation
Posted: Thu Apr 18, 2019 4:21 pm
Hi...
I'm trying to alter an already existing (and working) order form, but I'm having some issues. The page in question is:
www.carpenters50th/swag2.php
I would like the form to calculate the items ordered. I was able to get the price into the total boxes, but I can't get it to add up in the grand total box. The postage amount appears, but it does not change when the other items are selected.
My format placed in the first total box is:
Condition
Event: Change
Action: Calculate
Target: grandtotal
Expression: Number([polocalc])+Number([tshirtcalc])+Number([capcalc])+Number([programcalc])+Number([ornamentcalc])+Number([coincalc])+Number([postagecalc])
I would also like it to adjust the amount in the box when more than one quantity is selected.
Thank you!
Greg
I'm trying to alter an already existing (and working) order form, but I'm having some issues. The page in question is:
www.carpenters50th/swag2.php
I would like the form to calculate the items ordered. I was able to get the price into the total boxes, but I can't get it to add up in the grand total box. The postage amount appears, but it does not change when the other items are selected.
My format placed in the first total box is:
Condition
Event: Change
Action: Calculate
Target: grandtotal
Expression: Number([polocalc])+Number([tshirtcalc])+Number([capcalc])+Number([programcalc])+Number([ornamentcalc])+Number([coincalc])+Number([postagecalc])
I would also like it to adjust the amount in the box when more than one quantity is selected.
Thank you!
Greg