By freddyhardest on
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
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
A Select List?
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.
Hello,
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 )
Option Widgets
Do you have the Option Widgets submodule of CCK enabled? I believe that is in 4.7 as well as 5.x.
I need something like that
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!