• 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: Use images instead of text in Radio Group

Use images instead of text in Radio Group 6 years 11 months ago #36783

I know it's possible to use images in a radio group instead of text, but cannot figure out how to make it work without overlapping, especially in a responsive mode.

Is it possible to accomplish this?
The administrator has disabled public write access.

Use images instead of text in Radio Group 6 years 11 months ago #36784

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Hello,

You can set the items of the radio group using a value|label syntax. Since the label of the item also allows the use of HTML code, then you can set the items as:

first_item_value| <img src="path_to_image" />
second_item_value| <img src="path_to_image" />

You can then use the `Form layout` and `CSS and Javascript` tabs in order to customize the style and layout of the form so that the radio items are displayed in your desired format.
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!