T
Tim Thorp
Assuming that only one item is purchased at a time (no cart) I have added a
purchase form to the results page, and the user can fill out the form and
purchase the item and there is a hidden field for the productID in the form
that submits to the orders table.
But when I do DRW on the thanks page, trying to list product info where
productID=productID, it fails -seems to not know which product I am talking
about. I thought that a form automatically passed the data to the thanks
page. Does it? How do I display a thanks page that has data for the item
picked in the pick list?
Thanks much
Tim
purchase form to the results page, and the user can fill out the form and
purchase the item and there is a hidden field for the productID in the form
that submits to the orders table.
But when I do DRW on the thanks page, trying to list product info where
productID=productID, it fails -seems to not know which product I am talking
about. I thought that a form automatically passed the data to the thanks
page. Does it? How do I display a thanks page that has data for the item
picked in the pick list?
Thanks much
Tim