Okay, I'm trying pass ONE variable to a merchant's form using HTML.
In the merchant's form there is a field for "Reffered by" and I want my ID to be automatically filled in when the user clicks over from my site to the merchant site.
How would I code something like that?
Here's what was supplied to me about the merchant form to pass the variable:
<input type="hidden" name="referredby" value="MyIDhere">
But I can't seem to figure out how to put it together:
Within the a href tag, I tried:
merchantsite.com/form.php?&inputtype=hidden&name=refferedby&value=MyIDhere
That doesn't work. Obviously, I am not a programmer at all, so any help you could guys could throw out would be awesome.
In the merchant's form there is a field for "Reffered by" and I want my ID to be automatically filled in when the user clicks over from my site to the merchant site.
How would I code something like that?
Here's what was supplied to me about the merchant form to pass the variable:
<input type="hidden" name="referredby" value="MyIDhere">
But I can't seem to figure out how to put it together:
Within the a href tag, I tried:
merchantsite.com/form.php?&inputtype=hidden&name=refferedby&value=MyIDhere
That doesn't work. Obviously, I am not a programmer at all, so any help you could guys could throw out would be awesome.
