Basic Email Link

Web-Aztec
69 Posts
Web-Aztec posted this 24 November 2019
Ask a Question

Where is the section that allows me to add a little bit of HTML code to create my email link for clients to click on?
Thanks

Where is the section that allows me to add a little bit of HTML code to create my email link for clients to click on? Thanks
Vote to pay developers attention to this features or issue.
8 Replies
Order By: Standard | Newest
Web-Aztec
69 Posts
Web-Aztec posted this 24 November 2019

Here is an example of the encoding for the email address.

"For more information, send email to <a href>
&#121;&#111;&#117;&#114;&#110;&#097;&#109;&#101;&#064;&#100;&#111;&#109;&#097;&#105;&#110;&#046;&#099;&#111;&#109;
</a>"

Here is an example of the encoding for the email address. "For more information, send email to &lt;a href&gt; &amp;#121;&amp;#111;&amp;#117;&amp;#114;&amp;#110;&amp;#097;&amp;#109;&amp;#101;&amp;#064;&amp;#100;&amp;#111;&amp;#109;&amp;#097;&amp;#105;&amp;#110;&amp;#046;&amp;#099;&amp;#111;&amp;#109; &lt;/a&gt;"
Support Team
Support Team posted this 25 November 2019

Hi Andrew,

Please use the HTML control to insert the html code into the page.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Andrew, Please use the HTML control to insert the html code into the page. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Web-Aztec
69 Posts
Web-Aztec posted this 26 November 2019

I had a play with this, but seems very limited in respect i'd like to add the email link into the header and footer.
Is there anyway to do this so that i can position the email link exactly where i want it to be.

Example of HTML code - with email encoded

Email Link <a href="mailto:
&#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107;
</a>"
href

I had a play with this, but seems very limited in respect i&#39;d like to add the email link into the header and footer. Is there anyway to do this so that i can position the email link exactly where i want it to be. Example of HTML code - with email encoded Email Link &lt;a href=&quot;mailto: &amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; &lt;/a&gt;&quot; href
eoin7
12 Posts
eoin7 posted this 26 November 2019

Hi,

I was able to do this by:
1. Adding a text box into the Header
2. Putting some text in there, like "Contact Us"
3. Selecting all the text, and clicking on the Link Icon
4. In the URL field, type in mailto:xxxxxx.com
5. Saving

Now the text opens a new message from my default mail app.

Hi, I was able to do this by: 1. Adding a text box into the Header 2. Putting some text in there, like "Contact Us" 3. Selecting all the text, and clicking on the Link Icon 4. In the URL field, type in mailto:xxxxxx.com 5. Saving Now the text opens a new message from my default mail app.
Web-Aztec
69 Posts
Web-Aztec posted this 26 November 2019

Thx appreciated, that does work like that. Is there also way to get the encoding to work, so that we can avoid the spammers getting hold of the email...

For example I have this code &#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107;
and it is equal to - web@web.co.uk

I.E.
<a href="mailto:
&#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107;
</a>"

but of course this does not work inside the text box.

nor does...
mailto:&#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107;

to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well.

can we also add to the wish list a way to add a 'default' subject heading to the email link as well.

cheers

href but of course this does not work inside the text box. nor does... mailto:&#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a 'default' subject heading to the email link as well. cheers
href but of course this does not work inside the text box. nor does... mailto:&#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a 'default' subject heading to the email link as well. cheers href but of course this does not work inside the text box. nor does... mailto:&#119;&#101;&#098;&#064;&#119;&#101;&#098;&#046;&#099;&#111;&#046;&#117;&#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a 'default' subject heading to the email link as well. cheers

Thx appreciated, that does work like that. Is there also way to get the encoding to work, so that we can avoid the spammers getting hold of the email... For example I have this code &amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; and it is equal to - web@web.co.uk I.E. &lt;a href=&quot;mailto: &amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; &lt;/a&gt;&quot; but of course this does not work inside the text box. nor does... mailto:&amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a &#39;default&#39; subject heading to the email link as well. cheers href but of course this does not work inside the text box. nor does... mailto:&amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a &#39;default&#39; subject heading to the email link as well. cheers href but of course this does not work inside the text box. nor does... mailto:&amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a &#39;default&#39; subject heading to the email link as well. cheers href but of course this does not work inside the text box. nor does... mailto:&amp;#119;&amp;#101;&amp;#098;&amp;#064;&amp;#119;&amp;#101;&amp;#098;&amp;#046;&amp;#099;&amp;#111;&amp;#046;&amp;#117;&amp;#107; to make that work i would need to use mailto:xxxxxx.co.uk revealing the email to spammers mining for email addresses. bad for nicepage as well. can we also add to the wish list a way to add a &#39;default&#39; subject heading to the email link as well. cheers

Last edited 26 November 2019 by Web-Aztec

Support Team
Support Team posted this 26 November 2019

Hi Andrew,

Could you please let us know what difficulties you encountered with HTML control? You can paste the link code and then locate the control exactly where you need the link.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Andrew, Could you please let us know what difficulties you encountered with HTML control? You can paste the link code and then locate the control exactly where you need the link. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Web-Aztec
69 Posts
Web-Aztec posted this 27 November 2019

Hi Olivia,

I have both methods working now, thanks.

Can you advise which is best, or pro's and con's - Mailto: or a HTML email box

Thanks

Hi Olivia, I have both methods working now, thanks. Can you advise which is best, or pro's and con's - Mailto: or a HTML email box Thanks
Support Team
Support Team posted this 28 November 2019

Hi Andrew,

I assume that there is no difference, use the one that is preferable for you.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Andrew, I assume that there is no difference, use the one that is preferable for you. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments