If there is a thread that addresses this, I'm not finding it. I'm under a pretty serious deadline to finish this, and any help would be appreciated.
What I'm doing is using cForms II to send me information collected from a customer to create products specifically for the customer, which I'm calling an "order" form. I do not bill at the time of order, I bill on acceptance. However, it is only fair to give the customer an idea how much he/she will be paying on the collection form.
I thought of adding a simple shopping cart in addition and stripping out some of the functionality, but I would still need to know what their choices were along with additional information I'm collecting through the form, so this would require the customer to make the same choices twice. Rather than trying to make two different plugins talk to each other, it still makes sense to me to keep this all within cForms.
What I think will do is a set of dropdowns. Each product has two or more pricing options (conditional, but I think I'll pass on trying to program in the enforcement of the conditions), and it seems like I could place the product and cost in each dropdown line and the cost by itself for the product in a hidden field for the drop-down line. Then I could have some field at the end of the group of products show the total cost for the items selected. It would seem to me that even an "onclick" function would be acceptable ("Click here for your Total.")
I see how this would work in Excel or Access, but obviously this isn't Excel.
This has to be possible here, but my programming skills are nil.
Again, any help would be appreciated.