Jump to content
  • 0

Use images on Radio Buttons


Sivad

Question

4 answers to this question

Recommended Posts

  • 0

Hi Sivad,

You can use images as options for the Radio Buttons by using the <img> tag

For example:
use the following code for the Display, and then color name for the value

<img src="https://multimedia.3m.com/mws/media/1484762F/3630-61-slategray-swatch.jpg" alt="test" width="50px"/>

image.png.fda6d138a3a238315a8b3b38be5d8b07.png

To put the next choice in the next line, simply add <br/> after the image tag:

<img src="https://multimedia.3m.com/mws/media/1484762F/3630-61-slategray-swatch.jpg" alt="test" width="50px"/><br/>

Please note that this does not work with Dropdown, and Listbox Form Element.

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...