It would be good if radio buttons and checkboxes are supported as field types. For radio buttons, fieldset start/end types could be reused.
It would be good if radio buttons and checkboxes are supported as field types. For radio buttons, fieldset start/end types could be reused.
Comments
Comment #1
ngstigator commentedCheckboxes 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.
Comment #2
mcantelon commentedHi 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.
Comment #3
mcantelon commentedHi 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
Comment #4
ngstigator commentedLooking forward to it. Committed to 5.x-1.x-dev?
Comment #5
mcantelon commentedHi Chris,
It's the dev version, yes.
Cheers,
Mike
Comment #6
ngstigator commentedSmall point. I updated to "HEAD" to get your changes, but "DRUPAL-5" is still the October version. Thanks for maintaining and improving this module!
Comment #7
mcantelon commentedComment #8
mcantelon commentedComment #9
electronicmonkey commentedI 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