Drupal Modules - Sun, 27/05/2007 - 7:33pm
Allows a user to select data stored into a large database with dependent selection choice (e.g. Country -> City)
In other words, this is a dependent drop down with a static data set consisting of the keys (which will be used for the first input selector) and the values (which will be in the dependent drop down).
If the database's values do not uniquely identify a specific key, you may well want to save the key as well as the value itself, in which case, select "multiple values" and the key and the value will be saved as separate values.