How to code a link in an email message to link to further down the email body | XM Community
Solved

How to code a link in an email message to link to further down the email body

  • 30 August 2023
  • 1 reply
  • 22 views

Userlevel 1
Badge +3

I’m sending out a survey in different languages, but we don’t know the preferred language of participants.  We’re therefore including all translations of the invite message in the one email, listed one after the other down the body of the email.  

I’m trying to code in language links at the top of the email so the participant clicks on their language link and it takes them down to their chosen translation.  I’ve been trying to use the html coding as follows but it’s not working in the email received when testing.

 

Anchor coding:  <a id=”German”> Dear name</a>

Link coding: <a href=”#German”>Deutsche</a>

 

Any ideas how to code this so it works in the email received?

Thanks

 

icon

Best answer by LouisaHoward 30 August 2023, 15:00

View original

1 reply

Userlevel 1
Badge +3

I’ve worked it out, I needed to put ‘name’ instead of ‘id’ in the anchor code.  

Leave a Reply