I have a registration form the user fills out. I'd like them to only have to enter their zipcode and have my program be able to infer their city and state so they don't have to write those manually / to have a cleaner interface with fewer entry fields.
How would I do this?