How to prevent iframe redirect

When the …/events page loads it is auto-redirecting the user to the embedded iframe’s URL.
How might I prevent this on load? I want the iframe to load and “if” the user selects a link within the iframe then they are taken to the respective link.

Toughts?


Here is my site Read-Only: https://preview.webflow.com/preview/orthospinology?utm_medium=preview_link&utm_source=dashboard&utm_content=orthospinology&preview=d99fb6a1e4994eb5d45c70dcda8d6f9c&workflow=preview

Hi @jimjmn, thanks for the post on the iframe redirect. I am not 100% sure how to replicate the behavior you described, when I visit the page in question on the published site, I see the events page which loads and I see a register button: Events 2021-08-25 at 10.04....

I am not seeing a redirect though, If the issue persists, it is often helpful to create a screenshot or screencast of the trouble and post that to show the exact behavior.

A good tool that our team uses here at Webflow is Cloudapp at https://getcloudapp.com

When I clicked the register button, I was taken to a new page: Register for Advanced Pedia...

I hope this helps!

Hi @cyberdave Heres a Loom video for ya.

Hi @jimjmn,

Thanks for your reply, I was tracking the source of the page and I can see that the iframe SRC is Buy tickets for David Mackie.

That link is what is redirecting to a new page. In Google chrome on mac the redirect is blocked, but maybe not for other browsers.

You will need to go to the provider of this link at Buy tickets for David Mackie and get direct links, or you can copy the links to the individual events from the iframe code after the page has been redirected.

In any case, the issue is the link at Buy tickets for David Mackie, you can test it yourself in browser window, it redirects and if you set the iframe to a src which redirects to another url, this is in most cases blocked or is unwanted behavior.

I hope this helps!