I'm new to Umbraco and struggling with some of the functions.
I want to embed a Survey Monkey in a web page, but whenever I click the "HTML" button and submit my HMTL code nothing appears. I have tried using the embedded HTML code for a Youtube video and that worked fine.
How To Embed HTML in Umbraco V6.2.2
Hi Folks,
I'm new to Umbraco and struggling with some of the functions.
I want to embed a Survey Monkey in a web page, but whenever I click the "HTML" button and submit my HMTL code nothing appears. I have tried using the embedded HTML code for a Youtube video and that worked fine.
I'm really stuck here. Any ideas?
Any help would be greatly appreciated.
Drew
Hi
Instead of using a RichTextEditor to embed the javascript code maybe use a TextArea?
I think the RichTextEditor parses any Javascript added into it within the back office for security.
Using a TextArea will allow you to add the code as plain text, then you can render it out on the page.
Within your .cshtml page you can just call it like this:
is working on a reply...