I am trying to add a contact from script from a service I use and its done via an iframe.
I have copied the text into the main section of the page but it is just showing the code as text rather than displaying the contents of the actual iframe any ideas?
thanks in advance
Can you share a link to the page?
I don’t see a closing <iframe>
tag. try adding that to the end of your code
there is one in there
in the code it is situated just after allow full screen in the text on the page
ive tried putting it at the end no joy
I forgot the closing slash.
Does the code have this: </iframe>
yes `
`
<iframe height="699" style="min-width: 100%; max-width: 720px; border: 0;" id="sn-form-wwbyz"
src="https://app.studioninja.co/contactform/parser/0a800fc8-85e3-1558-8185-f2d20a4652c7/0a800fc8-85e3-1558-8185-f7933aea5a85"
allowfullscreen>
</iframe>
<script type="text/javascript" data-iframe-id="sn-form-wwbyz"
src="https://app.studioninja.co/client-assets/form-render/assets/scripts/iframeResizer.js"></script>
using a browser inspector I’m seeing that the opening and closing brackets (<
and >
) that wrap the iframe and the script are being converted to their html entities of <
and >
I’ve had similar things happen when adding html to the copy area. Probably something to do with Markdown.
Try removing what you have now and instead of pasting it at the top of the copy area, hit Enter first and then paste the code in.
same thing
fixed it just needed to put a div on each end thanks for trying though :)_