Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
profile.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2007 at 17:41 UTC
Updated:
11 Sep 2008 at 17:48 UTC
I patched profile.module to support a checkbox field with multiple options; the result is a cross between the current select and checkbox fields, allowing users to tick off options from a checkbox group. I haven't tested the "Browse other users with the same checkbox option" feature, but otherwise everything seems to work.
| Comment | File | Size | Author |
|---|---|---|---|
| profile.module | 33.34 KB | shaisachs |
Comments
Comment #1
drummNew features are currently being added for Drupal 7.x. 5.x is stable, and 6.x is already feature-frozen.
Comment #2
stevenpatzThis is not a patch, Please see: http://drupal.org/patch/create
Comment #3
marcoBauli commentedouch....thought this was already possible in Drupal
tryed shaisachs's module, but setting up multiple "multiple checkboxes" fields, all the fields other that the first repeat the choices of the "multiple checkbox" fields before them.
Example:
* Multiple checkbox field A
--- option a1
--- option a2
--- option a3
* Multiple checkbox field B
--- option b1
--- option b2
--- option b3
------------------------------------------
Final result in profile form:
* Multiple checkbox field A
--- option a1
--- option a2
--- option a3
* Multiple checkbox field B
--- option a1
--- option a2
--- option a3
--- option b1
--- option b2
--- option b3
Comment #4
marcoBauli commentedseems there's a more advanced patch available at http://drupal.org/node/33044
marking this as a duplicate