I want to create a drop down menu with multiple drop down options. The form is looking like this. County-->State-->City-->Place
Description:
- In this form there is 4 drop downs
- when the user select first one (country) other drop downs are acting simultaneously. when the user not select first one then other drop downs are disabled.
- When the user select second one then remaining drop downs are acting simultaneously. when the user not select second one then remaining drop downs are disabled.
- When the user select third one then last drop down is acting simultaneously. when the user not select third one then last drop down is disabled.
- finally select last one option and then click Button
then there is a display of place attribute like some details about that.
Example:
Select your country(after selection)
Select your state(after selection)
Select your city(after selection)
Select your place(after selection)
after selection display some data about that place.