I’m using Address Fields along with the “Autocomplete” perk, which works great on my form. For email notifications, I use the {all_fields} merge tag since my form contains around 100 questions, and I only need the submitted responses in the email.
However, in the notification email, there’s a clickable URL labeled “Map It” displayed just below the address. When I click it, the link doesn’t work. It redirects to a long GUID URL starting with “url6011” instead of a Google Maps link.
I might not have been clear earlier—I simply want to remove, hide, or delete the text from the email notification so it’s not included at all.
However, since I can’t create a custom email notification (due to the large number of fields, with only about 50% of them being filled, which I forgot to mention), I have to use the {all_fields} tag in the email layout. Unfortunately, this tag automatically includes the “Map it” text.
As for your second question, I’m not entirely sure where to place the code.
If I create a new email notification message, insert {all_fields}, and also add the code you mentioned (<a href="https://www.google.com/maps?q={Street:1},{City:2},{Country:3}">Map It</a>), wouldn’t both the non-working “Map it” text (included via {all_fields}) and the functional version from the code appear in the email?