Greetings,

I need to put a select input field in my cck content type. How I Can do this? I want a simple select input field...

Thank you in advance

Comments

bchoc’s picture

You want a textbox with a drop-down menu of multiple options to select, yes?

Create a CCK field of type Text -> Select List. In the "Allowed value list" enter the items you'd like to have appear on the drop-down menu.

freddyhardest’s picture

Hello,
i'm using Drupal 4.7 and i can't see the "Text Field->Select List" option in CCK, only "Text Field" option.

I don't know why.

PortalRetro
The Retrogames Portal
(Drupal 4.7 / SpreadFireFox theme )

bchoc’s picture

Do you have the Option Widgets submodule of CCK enabled? I believe that is in 4.7 as well as 5.x.

ench0’s picture

I need something like that but I do not want to be limited to only the "Allowed value list" , i.e. if what I want is in the list - great I'll just select it but if it isn't I would like to be able to just type it up.

is there a CCK field/type like this? I understand this can be done with a free-tagging taxonomy but did not want to enable Taxonomy just for this...

thanks!