Hi All,
I would like to insert a HTML snippet / content from a template file into a page - but without having it mangled by the WYSIWYG.
In this case it's a block of HTML for signing up to a newsletter provided by a 3rd party. It makes sense to keep this code in a template, away from prying hands.
Is there a way to place a marker in the content editor which will get str_replaced with the actual HTML content later on at display time?
I could mangle a solution together but I'm half expecting this functionality to exist somewhere so thought I would ask.
Cheers,
Harvey.