Click to See Complete Forum and Search --> : Order Form Question


birdlady1234
02-06-2007, 01:23 PM
I'm trying to program a basic order form - is there way to embed in the form the referral site the user came from without the user actually selecting what site they were previously on?

Charles
02-06-2007, 01:54 PM
<input name="referral" type="hidden" value="http://www.some-site.com">

birdlady1234
02-06-2007, 03:44 PM
So this code will tell me what site someone was on before they visited my that page?