hi
i use check boxes in a form and they are on the same line like this:
[]yes []no []maybe.
can i have each checkbox on a seperate line, like this:
[]yes
[]no
Thanks
Lenny
hi
i use check boxes in a form and they are on the same line like this:
[]yes []no []maybe.
can i have each checkbox on a seperate line, like this:
[]yes
[]no
Thanks
Lenny
span.wpcf7-list-item {
display:block !important;
You'll have to use CSS to get it lined up correctly.
This topic has been closed to new replies.