• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Show images in radio group

Show images in radio group 14 years 8 months ago #11254

Hello everybody,

Just wanted to know if there is any way to replace the text by images in the option radio group or in the checkbox group.

Cheers.
Last Edit: 14 years 8 months ago by contacto7.
The administrator has disabled public write access.

Re:Show images in radio group 14 years 7 months ago #11286

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 745
  • Thank you received: 66
Hello,

This can be achieved by setting your radio group items similar to :

Value|Label

You can use HTML code in the item's Label in order to display the image and set the value to be the image name, for example:

My_first_image|<img src="path/to/your/image" />
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: jeanclaudehonnay, wred

Re:Show images in radio group 2 years 4 months ago #42420

Hi,
I used to make it work this way, but after an update it stopped working.
<img src="path/to/your/image" /> | <img src="path/to/your/image" />

Is there a way to display the user's selection as an image in the email?
...
<td>{radio-group_options:value --> <img src="path/to/your/image" /> }</td>
...
Thanks for your help!
Carlos
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!