Hi
In the CODE field (before render) each time we write a "&" for a typo it is automatically replaced by a "&"
However the W3C validator claims this is not W3C compliant.
$fields['']->typo="<a href='index.php?option=com_toto&id=".$fields['myfield']->value." '>message</a>";
I tried with both methods (embedded code or file based code) but in both cases the amp; was removed.
do you know what I should do please?
thanks
cyril