Iframe, calendly and raw content issues

I’m trying to embed Calendly into my site and currently when embeded it puts the form in a box with a scroll effect. I’ve contacted Calendly and they gave me the following iframe code to use so that I can disable the scrolling within the iframe.

<iframe src=“YOUR_BOOKING_URL” width=“100%” height=“1000px” frameborder=“0" scrolling=“no”></iframe>

I tried using the raw content block on the page using their code seen above but it’s not working - I get an error message from Cornerstone. Is there something I’m missing when trying to use the raw content block / iframe?

Hi there,

Thanks for posting in.

What the code should do? It should be like this

<iframe src="YOUR_BOOKING_URL" width="100%" height="1000px" frameborder="0" scrolling="no"></iframe>

Don’t use curly quotes, they aren’t codes but special characters.

Thanks!

1 Like

Oh. my. gosh. I’m dying over here that fixed it - I can’t believe I missed the fact that I was using the wrong style of quotes. Thank you SO much you have no idea how long I’ve been trying to figure this out.

Glad that we could be of a help :slight_smile: