There are cases when a whole page is embedded into another page via an iframe.
Some page builders build everything in an iframe. Converti is one of these builders.
In these cases if you try to set up a test on the page that contains the iframe you will NOT be able to select any element on the page as a variable while setting up the test.
You can see if your issue is because the content is in an iframe by looking at the page source code. If in the <body> tag all you see is and iframe and a script tag, then the page is embedded via an iframe.
Please see example below:
Please add the original page URL to your funnel (the one that was embedded into another page via an iframe) rather than the page that contains the iframe. Then you will be able to select any element on the page as a variable.
You can see the original page URL right inside the iframe source:
Comments
0 comments
Please sign in to leave a comment.