Replace form label with image | Community
Skip to main content
Level 1
April 27, 2017
Question

Replace form label with image

  • April 27, 2017
  • 1 reply
  • 938 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Grégoire_Miche2
Level 10
April 27, 2017

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