Hi all,
I would like to have a template variable with type radiobox where I can format the text besides the radiobox.
For ex. Input Option Values:
<b>First option</b><br/>Description 1==1||<b>Second option</b><br/>Description 2==2
Unfortunately, once rendered, the HTML tags are htmlspecialchars’ed, so I see the HTML code and not the nice bold or line break as wanted.
I’ve seen that we can
add our own tvs, but if I could just copy a file .tpl and change a line it would be great. Thanks for your help.