Hyperlinked Email Address | XM Community
Skip to main content
Solved

Hyperlinked Email Address

  • June 1, 2023
  • 3 replies
  • 310 views

Forum|alt.badge.img+7

When building a survey, any URL can be set up to open in a separate window. However, the same does not seem to be too straightforward with emails that are hyperlinked. It seems that, perhaps, it is an automatic Qualtrics function that, any emails, should open on the respondent’s default email app. However, when it is the case that an individual does not have a default email app, the hyperlinked email address opens on the same page of the survey and not on a separate window. 

Is there a way to make these hyperlinked email addresses open on a new window for those without a default email app on their devise to avoid disrupting the page they are on?

Best answer by ArunDubey

Did you use <a href="mailto:emailid"> and target="_blank" prop in your html code instead of Qualtrics email. Please refer below syntax and it if not done yet

 

<a href="mailto:name@email.com" target="_blank">email</a>

 

3 replies

ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • Answer
  • June 1, 2023

Did you use <a href="mailto:emailid"> and target="_blank" prop in your html code instead of Qualtrics email. Please refer below syntax and it if not done yet

 

<a href="mailto:name@email.com" target="_blank">email</a>

 


Forum|alt.badge.img+7

It worked, thank you so much!


ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • June 2, 2023

It worked, thank you so much!

Great, please mark your query as solved if above solution worked. It will help to others too. Thanks!!