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?