Hi there

Heres my problem:

I have a web form that I want to track with this script

<script>

document.write(document.referrer)

</script>

I want to hide this referring web page URL info from the user so they dont see it on the form itself

Is this possible?