Home › Forums › Front-end Issues › Google Map Field frontend form › Reply To: Google Map Field frontend form
Hey @elliot
I fixed the issue. But it was something I wasn’t expecting.
The whole problem was behind the acf_form()
function. I had multiple instances of this function on the page. I had this due to design purposes.
I know you can load multiple groups in the array but as I said I needed it for the design aspect of the page.
So, I was loading almost each group of fields in it’s own acf_form
function, and I was loading the location field almost at the bottom, after all the rest, and this broke the loading of the Google Maps API. Maybe you can look into this?
If I placed the acf_form
with the location field on top of the others it worked perfectly. And that’s the whole solution. Just place the location field at the top and it works.
Thanks for all your help @elliot.
Have a great day.
Stefan
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.