This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Feature request -Radio buttons on same line
Started 16 years ago by formboy | 2 posts |
-
In a old post I found how to put radio buttons on same line, for individual fields, by adding css like:
#li_1 label.choice {
display:inline;
position:relative;
margin-left: 0.2em;
_top:0.2em;
}#li_1 input.radio {
display: inline;
margin-left: 0.5em;
}and it works great. I also found editing original to:
label.choice {
display:inline;
position:relative;
margin-left: 0.2em;
_top:0.2em;
}input.radio {
display: inline;
margin-left: 0.5em;
}works great to put buttons on same line globally.
For forms where there are a mixture of a number of radio button fields, it would be good if there was a option for this or maybe two 'Multiple Choice' field types?
Posted 16 years ago # -
Thanks, I'll consider this.
MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.