RSjoomla! - Quality Joomla! Components

My Account






Lost Password?
No account yet? Register

Newsletter Subscribe

If you would like to be one of the first people to hear about the release of our new components then make sure you have subscribed to our announcements list! We won't bug you with unnecessary stuff.




RSform! Logo User Guide
RSform! - Form management component » The most common issues and their fix » How do i display radio or checkboxes each on a row

How do i display radio or checkboxes each on a row 

Radio Groups:
  1. Go to your Form Editor screen, and click on the form style
  2. 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:

  1. Go to your Form Editor screen, and click on the form style
  2. 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>