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:
2 persons found this article helpful.