Hi there,

Is there a CCK module which is able to build fields on eachother. Let's say users need to select something from a list, depending on what they choose the form shows another field etc.

The CCK2 version has something simular. When you add a field and choose the "field type" after pressing continue there shows up another list...

Can anybody help?
Thanx!

Comments

yched’s picture

Closest thing AFAIK would be Hierarchical select used with a content_taxonomy field

http://drupal.org/project/hierarchical_select
http://drupal.org/project/content_taxonomy

No D6 versions for now, though.