Forum Moderators: coopster
I have a clicakbale link on a web page that is passing a value (in the URL)
eg...http://www.mysite.com?telNum=07881278111
On the target page I have a form field that I'd like to be populated with the telNumber at the end of the URL above.
I've tried everything!
Here is the closet that I think I have ever got...
<input type="text" name="frmTelNumber" size="38" value = "GET['telNum']" etc....etc...
Anyone see where I am going wrong?