Support

Account

Home Forums General Issues How to retrieve only iframe source link of Google Map Custom Field. Reply To: How to retrieve only iframe source link of Google Map Custom Field.

  • Oop, my bad, yeah i did missed a ‘)’. I’ve edited to the correct code.

    Can you double check the url that it’s generated? (do a var_dump($src); before your iframe).

    Can you also make sure the proper map services are enabled on that key? It doesn’t say in the google’s documentation, but i think you might also need to enable the “Google Places API Web Service” in order to use the place search.

    https://console.developers.google.com/apis/library/places-backend.googleapis.com/?filter=category:maps

    Cheers