AkiShankar
AkiShankar

Reputation: 332

Dependent Dropdown issues in Drupal 7

I am using two select boxes in my form: one for country and one for state. I want the states box to be displayed based on the selection of the country box.

I also have two database tables: countries and states. The country's table structure is { Country Code and Country Name } and the states table structure is { Country Code and State Name }.

Thanks in advance.

Upvotes: 0

Views: 594

Answers (1)

Muhammad Reda
Muhammad Reda

Reputation: 27043

Take a look at Hierarchical Select module.

Demos and showcase

Upvotes: 1

Related Questions