I am a little new to Drupal, so am hoping someone can point me in the right direction. I've created a bunch of forms and structure with CCK and Views. All is good except I'd like to have some of the fields in a specific custom content type alter depending upon the selection of other fields in the same content type. For instance if I had someone select their State and then the County, I'd like to have the first field of States shorten the list of possible values in the second pull down menu to only Counties that exist for the selected State. Hand coding this through a custom module and such is not a problem, but I am hoping it is something I can do through the back end interface and natural capabilities of CCK and such. Again, any help -- even giving me some good terms to search -- would be much appreciated. Thanks in advance. Cheers.

Comments

kleorn’s picture

Probably you should look at very nice Hierarchical select module by Wim Leers (http://drupal.org/project/hierarchical_select). A bunch of its analogues tend not to work properly (and in some cases not to work at all).

kxerc’s picture

Very nice, kleorn. Perfect! Thanks much for the help, this is exactly what I needed.