We are using Gravity Forms as part of our user registration. For users within the United States, we'd like to dynamically populate State and City when a user enters their zip code. Our primary goal is to keep city names consistent in the DB, so we don't want users to have to enter them manually. I also thought there must be an easier way than using conditional logic and creating a field for the cities for every State.
Is there a way to call on our location database to achieve this?