I'm creating a Registration form in which the user has a variety of options to choose from, which all have a different cost associated with them. At the end, they just need a total of all of their selections.
I started with the user entering in the costs and total themselves. At a minimum, I'd like to be able to total their final registration cost for them. In a perfect world, I'd like to calculate their total based on the selections they make.
Anybody accomplish this? From looking around in the forum, I think it will take some php changes, which I'm ok with...it'd just be easier to start with a successful sample.
An extremely rough draft of my registration page is at:
http://138.87.77.6/icsps/coabe/index.php
Thanks!