I'd like to setup a form with a question 'Was this info helpful?' the radio button answer values might be Yes/No but I want to show 'Thumbs up/down' images. Any one know if this can be done?
Hi Mike,
Some advanced CSS techniques (called pseudo elements) would enable to do this. In this case, the ::before element would make it: CSS Pseudo-elements
-Greg