Download & Extend

Autocomplete Widgets for Text and Number Fields

This module adds 3 autocomplete widgets for CCK fields of type Text and Number.

  • Autocomplete for allowed values list: This widget can be used for Text and Number fields and it takes candidate values from the defined list of Allowed values of the fields. You can even generate your allowed values list using PHP, so the limit to provide a widget with autocomplete features is your imagination!
  • Autocomplete for existing field data: This widget can be used for Text only and it takes candidate values from existing values in the database for that field.
  • (7.x only) Autocomplete for predefined suggestions: This widget can be used for Text only and allows an admin to provide a list of suggestions but still allows users to enter anything they want in a text field. Use this widget to help avoid (but not prevent) variations of the same value. Ex: burger, hamburger, Burger ...
  • (7.x only) Autocomplete for existing field data and some node titles: This widget works just like the "existing field data" widget above except it will also suggest node titles for nodes of a specific content type(s).

All widgets allow you to choose the size of the text element and the method used to match values between 'Starts with' and 'Contains'. You can also enable case sensitive or insensitive matches option. Note however that MySQL may ignore case sensitivity depending on the collation used in your database definition.

When the Internationalization module is enabled, the 'Autocomplete for existing field data' widget also provides an option to filter values by the language assigned to their corresponding nodes. This option allows you to provide a different set of allowed values per language.

Wondering about the differences between this module and other similar modules? Please, read this. Thanks

A new 7.x branch is being maintained by: bleen18

Known issues

How can you get involved?

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.4 tar.gz (14.33 KB) | zip (18.02 KB) 2013-Apr-16 Notes

Other releases

Version Downloads Date Links
7.x-1.0-rc1 tar.gz (16.17 KB) | zip (19.42 KB) 2013-Apr-16 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (16.17 KB) | zip (19.42 KB) 2013-Apr-17 Notes
6.x-1.x-dev tar.gz (14.33 KB) | zip (18.03 KB) 2013-Apr-17 Notes

Project Information


Maintainers for Autocomplete Widgets for Text and Number Fields

  • bleen18 - 16 commits
    last: 4 weeks ago, first: 1 year ago
  • markus_petrux - 16 commits
    last: 3 years ago, first: 4 years ago

Issues for Autocomplete Widgets for Text and Number Fields

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants