Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm! - 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>
Feedback