Using An Address To Display A Custom Embedded Google Map

  • 4 October 2016
  • 3 replies
  • 26 views

Is there a way to collect an address from an unbounce form and display a custom embedded google map on the next page zoomed in on that address?


3 replies

Userlevel 7
Badge +3

Hi @Matthew_Grzesiak,

Yes, it is possible. You can have a form on the landing page and pass the form values in the URL to the next page.

After that, you’ll have to write a script on the 2nd page that takes these values and uses them with the Google Maps API.

Obviously, all of this would need to be tailored to your specific needs and requirements.

Best,
Hristian

I have elaborated on my question with specifics at this link: Using URL parameters to interact with Google Maps API

Do you have any insight on the code necessary to accomplish my goal?

Userlevel 7
Badge +3

Hi @Matthew_Grzesiak,

The code is pretty basic but dependent on your particular case.
It’s not something you would find ready to be copy & pasted.

It would be best if you get a developer with some Google Maps experience to write it.

Reply