Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I tested this with select boxes and I'm getting an validation error if too many terms are selected ("this field cannot hold more that 2 values.")
the functionality is provided by cck (because content taxonomy is using the optionwidgets),
or is this related to autocompletes?
I am seeing the same behaviour in 6.x-1.x-dev 2009-04-07
With following setup I can enter and save 3 tags.
Should this issue be moved into CCK queue?
Type: Content Taxonomy Field
Widget: Autocomplete (Fretagging)
Default value: none
Settings for Autocompletes:
- Allow and insert new terms by the user...
- Extra parent ---
- 48
- Use Active Tags style widget (from module Active Tags)
Global settings:
- Required: NO
- Number of values: 2
- Save values additionally to the core: YES
Comments
Comment #1
mh86 commentedI tested this with select boxes and I'm getting an validation error if too many terms are selected ("this field cannot hold more that 2 values.")
the functionality is provided by cck (because content taxonomy is using the optionwidgets),
or is this related to autocompletes?
Comment #2
Dimm commentedI use "Save values additionally to the core taxonomy system (into the 'term_node' table)"
Comment #3
mh86 commentedwhich kind of widgets are you using (optionwidgets (select lists, radios), autocompletes/freetagging, taxonomy tree) ?
Comment #4
Dimm commentedtaxonomy tree
Comment #5
skizzo commentedI am seeing the same behaviour in 6.x-1.x-dev 2009-04-07
With following setup I can enter and save 3 tags.
Should this issue be moved into CCK queue?
Type: Content Taxonomy Field
Widget: Autocomplete (Fretagging)
Default value: none
Settings for Autocompletes:
- Allow and insert new terms by the user...
- Extra parent ---
- 48
- Use Active Tags style widget (from module Active Tags)
Global settings:
- Required: NO
- Number of values: 2
- Save values additionally to the core: YES
Comment #6
mh86 commentedI added validation for number of values for autocomplete and tree widget.
This should work now