I was pleased to find, with a bit of experimenting, that I could use an image <img> as a choice in a radio button field :
And this delivers a much better user experience when users are making simple selections, such as status, stop/go, approve/decline etc.....
And the results render very well on the GUI :
But when I use this form as a SUB-FORM, because Radio Buttons are converted to a DROPDOWN, I loose the feature to display the images....
So 2 questions :
(A) Why do the very similair fields of RADIO & DROPDOWN exhibit different behaviour with regard to displaying images
(B) Is there a workaround, or do I have to muck around with IF statements based on the RADIO selection, to populate another IMAGE field ?
Thanks
Hobsy