The user selects a product by clicking a button on 1 page. Button click also sends user to order form page.
I want the button click to also send the product item # forward to the order form on the next page (hidden field ideally) to become part of the data emailed via php upon form submission.
Thanks for suggestions.


