Posted by BernieH on 10/26/49 11:23
This is probably an embarrasingly basic question ...
I have a form which gets emailed via a CGI script. I'm trying to grab the
URL of the page on which users clicked this form.
This is part of the form's html -
<FORM action="http://www.myaddress.com/cgibin/forms.cgi" method="post">
<INPUT type="hidden" name=".to_address" value="info@myaddress.com">
<INPUT type="hidden" name=".email_subject" value="Submit form">
I'm guessing I need a new line such as
<INPUT type="hidden" name="referringURL" value="xxxxx">
It's the "xxxxx" bit which I'm not sure how to fill in.
TIA
bernieh
Navigation:
[Reply to this message]
|