Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Mailto and subject URL link help

Community Beginner ,
Feb 06, 2023 Feb 06, 2023

Hi all,

I have an interactive pdf document i am creating in Indesign. The links are for the sales force to send to customers.

 

I have been using this which works (and the sales person can send to his customers) - 

mailto:?subject=Product Support&body=To%20view%20this%20link%20go%20to%20http://google.com

 

But instead of just showing the URL in full in the Body of the email i need to have it like this example as you would in html:

 

 <a href="http://www.google.com/“>Click here</a>.

 

Any idea how I format the code to do this?

 

Thank you so much for any help.

 

TOPICS
Scripting
753
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 06, 2023 Feb 06, 2023

Email is a text only format. Always has been, always will be. Most email clients can convert what looks like a URL to a clickable link. Most will also render HTML in an email message, although the HTML is plain text and images are usually linked to external sites. If you try inserting HTML code into the email it may render as you want or it may not. But since most email clients will parse URLs properly perhaps your best bet is to just leave the link at text and hope the users’ email client can h

...
Translate
Community Expert ,
Feb 06, 2023 Feb 06, 2023

Email is a text only format. Always has been, always will be. Most email clients can convert what looks like a URL to a clickable link. Most will also render HTML in an email message, although the HTML is plain text and images are usually linked to external sites. If you try inserting HTML code into the email it may render as you want or it may not. But since most email clients will parse URLs properly perhaps your best bet is to just leave the link at text and hope the users’ email client can handle it. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 06, 2023 Feb 06, 2023
LATEST

Thanks Scott,

Understood! The issue i have is that the links to product brochures are really long and get broken up when displayed in the email. I think the only option is to use Bit.ly or an alternative i guess.

Thanks for the explanation though! 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines