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!