103 Posts
Osep45
5 years ago
Topic

Hi,

How to use images instead of radio buttons, please ?

Osep45

Get a VIP membership
4229 Posts
Kadministrator
5 years ago
1
Level 1

The same as with any other radio field you will need to add some html/css/jaascript https://stackoverflow.com/questions/17541614/use-images-instead-of-radio-buttons

In view or list you can do this e.g. using typography, in form you will need to alter rendering using beforeRender code field, similar to how it is done for checkbox field https://www.seblod.com/community/forums/fields-plug-ins/image-for-checkbox

103 Posts
Osep45
5 years ago
0
Level 2

Thank you for your reply. 

I will do it without changing html, just with css and the selector label[for="radio..."] { ... }

Get a VIP membership