By manju_exp on
Hi guys,
I am completely new to Drupal. I have to develop a form (with drop down) using 'content type' and 'create content' features.
Can you guys explain me about this.
Thanks.
Hi guys,
I am completely new to Drupal. I have to develop a form (with drop down) using 'content type' and 'create content' features.
Can you guys explain me about this.
Thanks.
Comments
Hi, You can use cck module
Hi,
You can use cck module to add drop down (or any kind of form field) into content type.
http://drupal.org/project/cck
Regards
Rashmi
cck for drop-downs?
i found your comment because i want the same thing. i'm using cck and i can't figure out how to make a field a drop-down. can you tell us how, please?
oops
i haven't tried it, but i'm betting "Select list" is what i want. it makes sense, but i didn't realize it when i first read it....duh..
oh right!
i was also looking on how to create a drop down, after i read ur comment i realized that "select list" is what i want too, before that i thought this meant to select what i want from the list hehe! thanks.
multiple selections?
ok but how can i allow to select multiple values from the list? any idea?
multiple selections
i don't think you can, but instead of a dropdown, you can use the "Multiple" instead of the "Listbox" option. this gives you radio buttons for all the possibilities instead of a dropdown. i guess that since that selection is called "multiple", it must mean that it is the way to do such a thing and "Listbox" is not. you eat up a line or 2 for each possibililty this way.