• 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: Display Checkboxes 1 Per Row

Display Checkboxes 1 Per Row 10 years 1 month ago #30746

  • wdiggles
  • wdiggles's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I want to display checkbox items 1 per row on my submissions details page. I found the following in the FAQ but it is unclear to me where exactly to put the STYLE code. A screenshot would be very helpful.

How do i display radio or checkboxes each on a row

Radio Groups:
Go to your Form Editor screen, and click on the form style
Assuming that your radio field id is "test", add this code to the end of the Form Style code:
<style>.radiotest{float:left;clear:both}</style>

Checkbox Groups:
Go to your Form Editor screen, and click on the form style
Assuming that your checkbox field id is "test", add this code to the end of the Form Style code:
<style>.checktest{float:left;clear:both}</style>
The administrator has disabled public write access.

Display Checkboxes 1 Per Row 10 years 1 month ago #30819

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
Hello,

In order to achieve this you don't have to use css, but an RSForm Pro option. First you need to go to Components > RSForm! Pro > Manage Forms and edit your form. Go to Properties tab and choose Form info from the left sidebar. Search for "Multiple Selections Separator" option and replace "," with "<br/>". This should work.

More details regarding this matter you should find here:

www.rsjoomla.com/support/documentation/v...form-properties.html

Regards!
My help is not official customer support. To receive assistance, submit a ticket by clicking here
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!