Can i get the data by using Iframe? Please answer

Rafpuf

Regular Member
Joined
Jul 30, 2021
Messages
203
Reaction score
37
Can I get the data of the customer putting their details in an affiliate link by using Iframe? Like if i am running an ad of solar panel leads offer and people are putting their data on the affiliate link (advertiser's landing page, not mine) and i want to have the data they're providing like name, email, address, zip code etc, can i have that is i use iframe?
 
In your case, no. Your iframed site won’t be able to access the parent dom because of the same origin policy. (ps it might be possible using the url itself, but not sure if it will help with your setup)


details:
https://stackoverflow.com/a/2620789
 
Last edited:
Thanks for the answer! So there isn't any way? To get the data from those leads?
Check that same thread. There might be a way using the iframe src url itself. ;)
 
Back
Top