Solved

Can I create a custom subject in a link to an email address in a text block

  • 20 November 2022
  • 3 replies
  • 431 views

Badge +1

Hello,

Is is possible to create a custom subject when someone opens the link to an email address in a text block?

I was able to do it is classic, but don’t see an option in the new editor.

Thanks!

icon

Best answer by Brian Turcotte 22 November 2022, 00:28

View original

3 replies

Userlevel 7
Badge +36

Hi @sabstuyo,

 

I’m glad it worked! Thanks for using the Community!

 

- Brian

Badge +1

Thanks so much! This is exactly the work-around I was looking for 😊

 

Userlevel 7
Badge +36

Hi@sabstuyo and welcome to the Community!

 

Just to clarify, are you asking about the feature in the classic editor where you could select the “Insert Link” button in the text editor, and a dropdown would appear where you could select email, and then enter a subject line?

 

If so, I can confirm that the feature is not available on the new editor, but I will check with our Product Team to see if they plan on implementing it in the future.

 

There is a potential workaround, however. In the new editor, you can click the Source Code button (Looks like </>), and add some HTML code that can accomplish the same thing:

<div><a href="mailto:someone@yoursite.com?subject=Subject line is here">Email is linked here.</a></div>

 

Just substitute someone@yoursite.com with the desired email address, Subject line is here with the desired subject, and Email is linked here with the text that you want to appear in the block.

 

I hope this helps, and thanks for using the Community!

 

- Brian

Reply