I'm in over my head here, and even being pointed to the right pages on this site would be extremely helpful because everything I've found might as well be in Chinese. (I learned enough PHP and JQuery to get this right so far, and that is the limit of my knowledge on either of those.)
I have a form in HTML that utilizes JQuery. The user selects the options they want and the total price of everything they've selected is given at the bottom. I finally got all of this to be sent to a PHP page that lists only the options they selected along with the total of the selected options (a major victory for me).
As of right now, the page can be printed. But I need the entire PHP page (preferably with the same format, but whatever, as long as it includes the data that was created) to be emailed both to my company's email address AND to an address that the user enters. So obviously, I need a text box, but I'm clueless how to send the results.
I'm so sorry if this is already on the site somewhere- I'm sure it is, but it's just not making sense to me right now, and I've been attempting this one for quite awhile.
Here's the form as it stands so far: http://f650pickups.com/buildform.html