Re: Replace form label with image

Mike_Gmail_Fahe
Level 1

Replace form label with image

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?

1 REPLY 1
Grégoire_Miche2
Level 10

Re: Replace form label with image

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