Does anyone have any recommendations on how I would implement the following:
- Via a single input on a page, a user can enter either a zip code (or postal code), and is returned results for them to select (almost like a search and select).
- In my DB I have a bunch of businesses with an address (type ‘Geographic address’). Via a workflow (on submit), I want to return a list of addresses that are within 50km of the zip code (postal code) / suburb selected in Step 1.
Thanks!
Surely someone knows…? I was hoping there would be a way to do this using a Google API, but it seems I might have to manually store a copy of suburbs, post/zip codes, and lat/long in my DB.