By dan.crouthamel on
Is it possible (out of the box) to construct fields such that the value in one field affects the available selection in another field, or am I going to have to write php code to do this?
For example,
Field 1 (Possible Values)
A
B
C
Field 2 (Possible Values)
If A, then A1, A2, A3
If B, then B1, B2, B3
etc.
Thanks!
Comments
You might want to check out
You might want to check out the CCK Taxonomy Super Select Ultra module which seems to provide what you want using a vocabulary to provides the values (A, A1, A2, etc). There is also the Hierarchical Select plus Content Taxonomy modules which together provide the same sort of functionality. You may also want to check out Taxonomy Super Select.
Thanks, but what's available
Thanks, but what's available for Drupal 6.2? :-)