Radio buttons and checkbox
Ognyan Kulev - December 22, 2007 - 07:43
| Project: | Multiforms |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
It would be good if radio buttons and checkboxes are supported as field types. For radio buttons, fieldset start/end types could be reused.

#1
Checkboxes can be jury-rigged by adding the appropriate handler definitions in multiforms_core.module. The title is what shows up beside the checkbox, not the description. I haven't gotten any further into this but it's a hack that works with the "required" validation.
#2
Hi Chris,
Absolutely... I'm pretty close to rolling out a bunch of more field types using the handler definition hooks. These will include multiple-choice type questions with a web editor for the option.
#3
Hi Chris,
I've added support for a bunch of multiple-option question types: one is checkboxes. I haven't added support for the checkbox type which just handles a single checkbox, but this shouldn't be hard and I'll do it soon.
Cheers,
MIke
#4
Looking forward to it. Committed to 5.x-1.x-dev?
#5
Hi Chris,
It's the dev version, yes.
Cheers,
Mike
#6
Small point. I updated to "HEAD" to get your changes, but "DRUPAL-5" is still the October version. Thanks for maintaining and improving this module!
#7
#8
#9
I am a new user. Please how exactly do I implement checkboxes, radios and probably select lists with Multiforms ? It is all so straightforward with Webform which I am more used to. thanks