In my CCK form, I'm interested in updating the choices in one select list depending upon the value selected in another select list. I've read about Active Select which seems to solve this problem, but it is only available in Drupal 5. Any ideas about a Drupal 6 solution to this problem?

Comments

=-=

I don't know of a module that does it but based on the responses from the developer of activeselect in the issue queue about why there is no D6 version of active select it seems #ahah form properties can do this. Therefore some custom code may be necessary.

I think hierarchical select can help you

http://drupal.org/project/hierarchical_select
There's only dev version in D6 at this moment. Try it.

I am new to drupal and trying to get more familiar with drupal by creating http://www.noodlechicken.com

Development Snapshot vs. Official Release

Thanks for the suggestion. I had noticed hierarchical select before, but passed over it quickly when I saw that there wasn't an official release for Drupal 6. Since I'm fairly new to Drupal, what are the recommendations regarding using a development snapshot versus an official release?