- Impact
- 487
Here's my dilemma. I'm developing an affiliate sales site for a client, on his non-secure domain. We'll call this "domain#1.com". On that site, I have a hidden form field that automatically pulls in an affiliate ID#. So basically, it looks like this in the code of the page:
I need to carry that ID# over to a completely different website which is a secure site. We'll call this domain#2.com. On domain#2.com, there will be a standard form where a prospect fills in their payment info along with other personal details.
How can I get that ID# from domain#1.com over to the secure form on domain#2.com? It seems like an easy thing to do, but I just don't know how to accomplish this.
This is urgent -- I need a solution TODAY. I will be highly appreciative for any ideas or solutions!
Thank you!
HTML:
<input type="hidden" name="Referrer_ID" size="35" maxlength="35" value="G77777">
How can I get that ID# from domain#1.com over to the secure form on domain#2.com? It seems like an easy thing to do, but I just don't know how to accomplish this.
This is urgent -- I need a solution TODAY. I will be highly appreciative for any ideas or solutions!
Thank you!
Last edited:













