I am creating a CCK field as shown below
"select a field type" = Text
"Select a widget" = (I would like to have an autocomplete list, but Drupal is not giving me the option)
I am running Drupal 6.10.
Where did I go wrong?

Comments

guillaumeduveau’s picture

By default there's no autocomplete on textfields but you can add one, but there's some development involved (search for examples, there are, one is with autocomplete of a textfield for city names

patchak’s picture

hey there, you can use this module to have the autocomplete option for the text field, works great!!

http://drupal.org/project/cck_autocomplete

Patchak