Hello, I am new here and have a question. :)
I need to do something similar to the solution that was offered here, except for checkboxes and have the results display dynamically right on the page.
http://p2p.wrox.com/topic.asp?TOPIC_ID=34924
I have a form. It has several products. Each product has a price listed. Each product can be selected via a checkbox.
What I would like to do is have the sum of each selected product, added in total at the bottom of the form.
I would prefer to use javascript/dhtml for this, I don't want anything complex, just something to add to the page and have it display the total live as the customer checks/unchecks a product.