I am new to Drupal.

I have country,state and city field on user registartion form. If user selects country as 'United States' the State dropdown should auto populate with states belongs to "United States' . Same case with country. This is very basic requirement and i am wondering drupal doesn't support it!

For this, I have check the option_trim module. Its allowing to configure only for node types i.e: Group , page , poll etc..

But how can I configure it for User registration form?

Or Is there any other module for this or someway I can create this.

Comments

carbonunity’s picture

You might try using: Profile Location Module. It's a part of user management. See: http://drupal.org/project/profile_location

liu19781015’s picture

profile_location is for 6

How about drupal 7 ?

thank you very much

WorldFallz’s picture

i use the addressfield module.

karttikesh’s picture

Same requirement here in drupal7. Plz tell me how to solve it.
Thanx in advance

WorldFallz’s picture