Autocomplete Address Input

Trying to make the address field in our sign up form autocomplete as they are typing in their address so that it’s a correct address and properly formatted. I followed the instructions on setting up google api keys and believe I’ve done that successfully. I made the input a search input and set it to Geographic places. When I preview it and type the address it is not showing any options of addresses. Should it be? Or am I missing something? Thank you.

I recently had some issues with this, too, so I decided to create a couple of API calls instead of using the search box.

If you haven’t, make sure billing is enabled on your Google account.

Next, I’d recommend previewing your app with the Javascript console active to see if your API keys are restricted. This will most likely give you more information so you can find the next steps.