Hi Forum,
I have set up my field 'user_status' via Visual Editor as follows on the Edit page:
Custom View as:
global $data;
if ($data["user_status"]=="yes")
$value = "<img src=/myimages/images/success.gif>";
=="no")
$value = "<img src=/myimages/images/fail.gif>";
Edit As:
Read Only
When i load the edit.php page it simply displays <img src=/myimages/images/success.gif>
This code works perfectly well with list, view & print pages. I assume is has something to do with the readonly fields or edit page.
Your help would be much appreciated.
Lisa