Google Map API issue

I have this weird issue with the map. I have enabled and connected Google map’s services. It works fine when I add data from the database. However when visitor enters the data, the input field doesn’t recognize the address. (Input field has the address as a type so that’s not an issue).

Here’s my website: HitMap

Here’s the issue:

I have checked the link, API services, Key integrations, everything seems to be right…

How can I fix this?

Check Browser console:
js?v=3&callback=initialize_google_map_api&libraries=places&language=en&key=AIzaSyDymd2r1pqVmN61FUS8r5G9OaZAKXvAMJk:77 You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at Getting started with Google Maps Platform  |  Google Developers

1 Like

When I added the billing card I didn’t know I still needed to connect it to each project individually in the Google Console. It’s fixed now. Thank you.

1 Like