Sivad Posted June 29, 2022 Report Share Posted June 29, 2022 Hello, How can I use images as an option on my radio buttons? Quote Link to comment Share on other sites More sharing options...
0 April Posted June 29, 2022 Report Share Posted June 29, 2022 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"/> 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. Quote Link to comment Share on other sites More sharing options...
0 telly Posted June 29, 2022 Report Share Posted June 29, 2022 Hi @Sivad, I just want to add that you may also use unicode emojis on radio buttons, you may check these links: - https://blog.caspio.com/unicode-emojis/ Hope this helps! Quote Link to comment Share on other sites More sharing options...
0 IamNatoyThatLovesYou Posted June 29, 2022 Report Share Posted June 29, 2022 Hi Everyone, Just want to add that you can also have the radio button to look like a checkbox. You will just need to insert the sample code below. You can check it here. Quote Link to comment Share on other sites More sharing options...
0 autonumber Posted July 4, 2022 Report Share Posted July 4, 2022 You can also refer to this forum post: Quote Link to comment Share on other sites More sharing options...
Question
Sivad
Hello,
How can I use images as an option on my radio buttons?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
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.