By MDDC on
Hello,
I am looking for a CCK field that allows me to specify a list of allowed values. For the end-user interface, they should be able to select them one or multiple values via checkboxes or dropdown list.
I looked everywhere but did not find anything I want. I could have missed something.
Anybody knows whether there is such a module ?
All the best.
Comments
CCK tetxt fields can be set
CCK tetxt fields can be set as select lists (as well as radio or check boxes) . Multiple selections are allowed, or can be restricted to single.
Resolved. CCK tetxt fields can be set
Thanks for the tip. Yes, it completely meets my need.
I am kind of new to Drupal. Thanks for help!
Best.
You will get used to this when you do it once
Reference this picture at http://twitpic.com/2qcbgo
Probably not the best screens to show but it's what I had at hand!
Hope that helps, and have fun!
heh, too slow of me
heh, too slow of me
Mysty, thank you a million
Mysty, thank you a million for the detailed instruction. I TRUELY appreciate it.
All the best!
You might also want to
You might also want to consider using a vocabulary (taxonomy module) to define the list of values. It makes it easier to find all nodes with a particular term (value).
Taxonomy for this is
Taxonomy for this is interesting idea. I am seriously thinking about it. One consideration against taxonomy is my list of values is short. Using dropdown for selecting multiple values is not so user-friendly as to using checkboxes.
Cheers!
If I use taxonomy and
If I use taxonomy and multiple select, is there a way to control of the number of values to show in a dropdown list?