Radio buttons with the same name should be grouped on a single field line.
E.g.
Do you like it? - (o) Yes.
- - - - - - - - - ( ) So-so.
- - - - - - - - - ( ) Nope.Radio buttons with the same name should be grouped on a single field line.
E.g.
Do you like it? - (o) Yes.
- - - - - - - - - ( ) So-so.
- - - - - - - - - ( ) Nope.
Comments
Comment #1
ullgren commentedTo create a group of radio buttons:
* Add a radio button to the form (this item should mabe be called radio button group)
* Enter the ALL choices for this group in the Extra field as a ;-seperated list.
To achive your example add the following string in the "extra" field:
"Yes.;So-so.;Nope"
and "Yes." in the "value" fieled.
I agree with you that this should probably recoded to be more userfriendly.
But as it is now I consider it to be working and I'm personaly more interested in coding the report part.
If you like to recode the formcreation part I would be glad to consider any patches you post here.