Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Converting address into Google Maps link Re: Converting address into Google Maps link

#124488
Andy Howells
Participant

I think you’ll need to translate any breaks or gaps into + symbols to create this.

I recently did a “Get Directions” input on a customer site and it literally posts the plain text address via GET to http://maps.google.com/maps so you may be able to do something similar.

I’ll fire up a codepen and see what I can make.