How do they do this?

thesadshow

Registered Member
Joined
Apr 19, 2013
Messages
58
Reaction score
9
I'm hoping somebody will be humble enough to tell me how people are doing this. I've seen several CPA affiliate sites where they have their own form to fill-out, instead of sending the user to the affiliate page with their form. The user fills out this third-party form, which gives the user the impression that the website operates independently, and then this information is somehow being passed from that third-party form to the affiliate offer where the guy gets paid. It was not an iframe, as I am quite familiar with these. Very interested in doing this but can't find any information on it.
 
It could be either:

1. an iframed field
2. using PHP cURL to load the form
3. Using the form parameters to load it within their own site
 
it uses iframe
it is known as cake slice tool
you can search it over here
 
No it wasn't an iframe. But thanks guys I appreciate the input I'll have to look into those two options.
 
It's a pre-pop form/offer mixed with a little lead-gen of their own.
 
if its not iframe then there most probably using pushState()/popState() feature of html5.
 
Back
Top