I'd like to create a dynamic module (using ajax?) which changes a drop down list according the radio button selected. I explain myself with an exemple :

radios:
o first choice
o second choice

DDL :
______________
|_____________|

if user choose first choice :
DDL :
____________________
|_first_choice's_option|

if user choose second choice :
________________________
|_second_choice's_option|

Thanks for helping me,
HeBuS

Comments

milosh’s picture

There is great example about it in: http://drupal.org/node/86498

:)

hebus’s picture

I'm affraid it doesn't work with drupal 4.7... I try to remake the example in a new module, and nothing append when I change the item in the list
-=HeBuS=-

Edit : After some research I found the problem : I need to apply the patch that permit the using of jQuery in Drupal 4.7: patch for version 4.7