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

crabsoul’s picture

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

mwease’s picture

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?

mwease’s picture

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..

e-roula’s picture

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.

e-roula’s picture

ok but how can i allow to select multiple values from the list? any idea?

mwease’s picture

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.