passing parameters between pages [SOLVED]
Posted: Fri Jan 14, 2011 7:36 pm
I have a bunch of product pages. Each of these pages have a link to the contact page in them. If a website visitor clicks the contact page link, I would like to pass the product name as a parameter and pre-fill the contact page product field with this data. I was able to successfully pass the product name (such as: index.php?page=contact-us?product=Loader Coal Digging Buckets), but I have no idea how to extract this information on the contact page. Normally, Itried this: {php}echo($_GET['product']);{/php}, but that doesn't seem to work in this situation--it's not returning anything.
Thoughts?
Thoughts?