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>

2 persons found this article helpful.


Was this article helpful?

Yes No
Sorry about that