Search code examples
drupallocationautosuggest

Drupal location autosuggest doesn't recognize provinces


I am using Drupal Location module in CCK to retreive longitude & latitude based on location (stree/city/state).

There is an automatic autosuggest for State, but unfortunately recognizes only US states. I set default country to Canada, but autosuggest still only recognized US states.

Is there a way to get autosuggest function to recognize Canadian provinces or to disable this feature.

thanks!


Solution

  • I had disabled country selection. By re-enabling country selection, province selection started working.