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

ngstigator’s picture

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.

mcantelon’s picture

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.

mcantelon’s picture

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

ngstigator’s picture

Looking forward to it. Committed to 5.x-1.x-dev?

mcantelon’s picture

Hi Chris,

It's the dev version, yes.

Cheers,
Mike

ngstigator’s picture

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!

mcantelon’s picture

Status: Active » Fixed
mcantelon’s picture

Status: Fixed » Closed (fixed)
electronicmonkey’s picture

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