By meenakshi-2 on
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
See Converting 5.x modules to
See Converting 5.x modules to 6.x.
Good Luck.
Thanks Bobby for quick
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?
Try
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).
Thanks Bobby1290 . I will try
Thanks Bobby1290 .
I will try it.