PLEASE Help with e-form

PLEASE help with E-Form
I am new to server side applications and I have been working my brains out on an e-form project.

Tried several tutorials and examples that were quite useful in getting me familiar with cfm, php etc. but still can’t complete my project.

What I want to do: set a simple e-form that adds up prices and then mails the results. No billing, no credit card security stuff involved, just sending the info to the store manager who will use it to invoice.

So far, I have a basic form that adds up the items using static, input and dynamic text fields. I also have a simple e-mail form. They both work fine but I need to combine the two. Somehow incorporate the e-mail functions to the “shopping kart” form and email them.

Can anyone help me out? Is there a better, easier way to do this? Does anyone have sample source files I could use as an example?

Thanks!