PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Google Maps integration in notification email

  1. Is there a way to integrate Google Maps in the notification email so that the address field become a clickable link in the email to go directly to google maps?

    Posted 12 years ago on Wednesday June 1, 2011 | Permalink
  2. You wouldn not be able to use the default {all_fields} tag, but by building your own notification form message you could create a link to Google Maps like so: http://grab.by/agjv

    [text]
    <a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q={Address (Street Address):1.1},{Address (City):1.3}, {Address (State / Province):1.4}, {Address (Zip / Postal Code):1.5}">{Address (Street Address):1.1}, {Address (Zip / Postal Code):1.5}, {Address (State / Province):1.4} {Address (City):1.3}</a>
    Posted 12 years ago on Wednesday June 1, 2011 | Permalink
  3. Thank you! That worked perfectly.

    Posted 12 years ago on Wednesday June 1, 2011 | Permalink
  4. Glad it worked for you. :)

    Posted 12 years ago on Wednesday June 1, 2011 | Permalink

This topic has been resolved and has been closed to new replies.