This site has very simple product pages (nothing but images and buy now button) which display within an inline frame on the catalog page in response to the user choices. Clicking the buy now button takes user to the order form page. The order form sends form mail upon submission. (currently using godaddy gdform.php)
I need to get the product selection data (just the item #) from the product page where the user clicks the button, to be included on the existing form mail that goes out upon submission of the order form on the next page. How can I get the data from the product page to the order form page? (or otherwise be made a part of the data sent on the existing form mail)
I know I've seen this before: you fill out something in a form on one page, and when you continue, the next page knows what you entered, or has it pre-filled in. I'm thinking maybe the item # could be sent to a hidden field on the actual order form... or ???
I don't actually know any php, mostly html. Please respond through providing info about what method might usually be used, and if possible a complete script, a link to one, or the right search terms for me to find one. If I'm on the wrong track, please let me know if there is a better method than php.
Thanks...