Hi Steve,
I had to override a file from the plugin, because I had to create iFrame data field.
If plugin author agrees, I can write you the file that I had touched.
Actually I have put below function to handle the transformation.
private function value2iFrame($valueIn) {
$ret = $valueIn;
$reply = html_entity_decode('<iframe sandbox="allow-scripts allow-same-origin allow-popups allow-forms" src="'.$ret.'" frameborder="0" width="320" height="300"></iframe>', ENT_NOQUOTES, "UTF-8");
return $reply;
}
-
This reply was modified 4 years, 7 months ago by mpapado.
ok, I found out how the html tag works.
Nice plugin, really handy.
Hi Bernhard,
I am having the same problem and I get a raw text instead of HTML formatted.
I have tested the {FIELD:html} but didn’t work.
Not only it doesn’t translate the fields, but also the <br> tags.
Thanks
Michael