Returning a list of places based on radius to zip code input

So I followed another help topic that kind of helped but I am getting an 400 error when trying to use the Zip Code API. The HTTP response code is 400 “invalid request”.

I have a list of places in my database. I want my users to be able to enter a zip code and return all locations in my database that are located within 30 miles of the inputted zip code.

I really think it has something to do with how the zip code plug in is set up. I know its working because if I enter a zip code I have a text field that will output the address.

I have a custom state

I have a repeating group set up…

The address of the places are stored under a category “address”…

I think one thing is not there. But I am not sure what it is…