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?
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?
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>
Thank you! That worked perfectly.
Glad it worked for you. :)