Iframe Hides sections

Hi All,

I have implemented some custom code for an iframe:

<iframe width="100%" height='800' frameborder=0 src="https://cdn.forms-content.sg-form.com/d997c672-04e8-11ec-9cc1-3a9e2a2160a4"/>

The issue with this is it hides every section after it.

Any thoughts on how to solve this?

Here is my site Read-Only:

(https://preview.webflow.com/preview/doorward-new-landing-page?utm_medium=preview_link&utm_source=designer&utm_content=doorward-new-landing-page&preview=3e5171311a300579361229ac7f87cef9&pageId=628da93abbfaf32effdd3194&workflow=preview)

Hey there!

It looks like you’re not closing the iframe correctly. The iframe tag requires a separate closing tag.

<iframe src=""></iframe>

You can find out a bit more about the iframe tag here: HTML iframe tag

Hope that helps! :slight_smile:

1 Like