Quote:
Originally Posted by quamby
What I would like to do is use this common html page that contains "form2email.pl" type form that displays the page that was visited previously .
And also when I receive the customer email I would like to know which page was visited before the customer filled out the form?
|
You could create a copy of the form that's used in "form2email.pl" and include it in each page, and you could place a hidden variable in each page (in the form) that would indicate what page they used to send the email from.