The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Creating a searchable google maps link within a form
Pretty simple. Using the address fields I'll give them a sequential list here, just change them to whatever you need them to be. (personally I prefer to use key's than ID's but whatever your flavor)
Address [1]
City [2]
State/Province [3]
Zip/Postal Code [4]
Now in either view, or just the content customization area you'll need to put this
<a href="http://maps.google.com/maps?q=[1],+[2],+[3],+[4]" target="_blank">Map and Directions</a>
Easy, huh? Though that was pretty nifty.
Discussion closed.