Forum Moderators: phranque
Is there a way to have a form on site A (my site) and a form on site B (affiliate network site) filled out simultaneously?
I want to track my visitors from start to finish, but can only track them until they leave to fill out the form on the affiliate network.
I want form to be filled out on my site so I can track them and on the affiliate site simultaneously so they don't get all referals from one IP.
I know that IF this can be done, the people on this board can do it.
I am of the opinion that you can do just about anything if you know how to program. Am I dreaming here?
e-TN
Some aff programs allow you to host the forms on your own site I believe. If this one doesn't then it really isn't an option.
You could get the form action and field names from their form and have the form processor on your site submit the proper values to their form processor. This is a bit tricky. Easy to send it via a get string but not so easy to post.
Recreate their form on your server, and have it submit to YOUR own script. In your script you:
a) email or log the order however you want, and
b) use cURL (assuming Unix) to send the data to the affiliate via POST
c) capture the result page of the affiliate (via cuRL) and display it back to the user.
Note that in their logs all of your orders would be coming from your IP.
Note that in their logs all of your orders would be coming from your IP.
Ouch! That is exactly what I am trying to avoid. Is there a way to do it without all the orders coming from my IP?
I don't want there to be any question of integrity. If there is not a way then I guess I will simply have to try to talk them into it.
Thanks for the assistance, you have been a big help.
Ciao,
e-TN
This makes the data goes from the client from your website and he also visits the affiliate programe site.
Easy two logs one is your another the affiliate programe server
Nitin