I am trying to enter an address linked to a google map on a form.
Google maps is working on my custom post types when I enter an address in the back end.
but when I try to enter an address for a map in a page (for a custom post type) I get the error "This page can't load Google Maps correctly."
Also, when I view the custom post, the map doesn't show up, only the address (there is no error message).
The map does work when I enter the latitude and longitude into their respective fields, then the address field will display {lat, lng}
I guess the problem is the lng and lat are not being retrieved when I enter the address, but it works when I am entering the address directly into the custom post type.