By DirtyBirdNJ on
Hello, I am trying to create a content type that has a state list as one of it's fields. When users create a node of this content type, I want them to choose the state via a drop down select list.
On the last page of the CCK, the first option for the field is what kind of "Widget" the field is displayed as, and the only choice I have is "Text Field". Why is there no "Select List" widget? I cannot figure out how to get new widgets, where to download them, or how to create them. I could easily write a little PHP snippet that would print out a select list... but I am concerned about Drupal being able to process this list.
Comments
addresses module
Widgets are a separate thing that you have to install from your list of modules, on the modules page of the admin section of your site.
Also, check out the addresses module. http://drupal.org/project/addresses