Not possible to link to email adress

m.minten
3 Posts
m.minten posted this 21 April 2023
Report a bug

Hi, When I want to link an emailadress to some text this is not possible because you can not select it. See att
This behavior is in Chrome and Firefox

Hi, When I want to link an emailadress to some text this is not possible because you can not select it. See att This behavior is in Chrome and Firefox
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
inthanet
41 Posts
inthanet posted this 21 April 2023

Try to use the following link format:
mailto:email@example.com

or this one if you like to add the subject
mailto:email@example.com?subject=Subject

This should work in Nicepage Link Dialog
Alternatively, you could use an HTML block and add the links as HTML code

<a href="mailto:email@example.com">Send Email</a>
<a href="mailto:email@example.com?subject=Subject&body=Body">Send Email</a>

Be aware of SPAM because BOTS scanning your site will be happy to find an email address!

Replace "Subject" with the desired subject line and "Body" with the desired email body. Note that if you include spaces in the subject or body, you'll need to encode them as "%20".

Try to use the following link format: mailto:email@example.com or this one if you like to add the subject mailto:email@example.com?subject=Subject This should work in Nicepage Link Dialog Alternatively, you could use an HTML block and add the links as HTML code <a href="mailto:email@example.com">Send Email</a> <a href="mailto:email@example.com?subject=Subject&body=Body">Send Email</a> Be aware of SPAM because BOTS scanning your site will be happy to find an email address! Replace "Subject" with the desired subject line and "Body" with the desired email body. Note that if you include spaces in the subject or body, you'll need to encode them as "%20".

Last edited 21 April 2023 by inthanet

m.minten
3 Posts
m.minten posted this 21 April 2023

Solved. Thanks!

Solved. Thanks!
You must log in or register to leave comments