If I have this in my survey JSON:
{
"type": "html",
"name": "question1",
"html": "<h4>Welcome!</h4>"
}
the resulting html in the survey is:
<div data-bind="html: question.locHtml.koRenderedHtml">Welcome!</div>
i.e. no html tags. I am assuming WP is doing that? Not sure what to do.
Any ideas?
Thanks,
Murray