Resolved! If a user enters a city in a field, populate State and Country fields for that particular city.
I have created a custom table with above three fields(city, state and Country) and I have given a reference to cmn_location table for City. So,When user select a city,based on selection of city its corresponding state and country must be auto-popula...

