Pass a variable from a link to a mail form
Hello,
i have a site with several (plain html) pages for products, on each page there will be a "order" link.
Upon clicking the link it should reach a simple ASP mail form so the person can fill their data(it's a very simple ecommerce if you want) but the form should also send the product data/name(invisible) with it and show it on the contact form, ex "you are placing an order for product [product], please enter your contact details below".
in short, how do i pass a variable from the order link on the product page to the contact page(and display it) so that on submit it delivers the user-inputted fields along with the hidden product name.
thanks in advance,
G.L.
