I have country and state dropdown in user registration form. Where the state dropdown should dynamicaly get populated based on country selection.

For that I have found one module as 'Profile location' But Its in 5.x. So i hvae converted it to 6.x using Deadwood module. But still its not working for D6.x ....

Any idea, where can i get the module/ Patch for 6.x?

Comments

Bobby1290’s picture

meenakshi-2’s picture

Thanks Bobby for quick reply.
I have tried it. I am able to install the module to 6.x.But i am not able to see the configuration option for profile_location module.

Basically what i want is dynamic state drop down population on country selection in User Registartion form. Is there any other alternative available?

Bobby1290’s picture

Try http://drupal.org/project/hierarchical_select and see if it will fit your needs.
It should do what you want, drupal 6 dev version is unstable but works in certain circumstances (see http://drupal.org/node/449994).

meenakshi-2’s picture

Thanks Bobby1290 .
I will try it.