Page 1 of 1

Protection email address on website from spam

Posted: Tue Aug 01, 2023 8:33 am
by nxr
I am looking for a solution for protect email address made available legibly on website.
I mean a solution without a contact form, with the ability to "copy-paste" the address by the user and direct redirection to the email client after a click.
Is there any simple way that can be implemented in WWB ?
Maybe it is possible to secure the page with the e-mail address or the e-mail address itself with reCaptcha (?).

Re: Protection email address on website from spam

Posted: Tue Aug 01, 2023 7:33 pm
by BaconFries
Not 100% sure what your asking... but if you're looking to hide the email then maybe one of the following urls will be helpful.
https://www.w3resource.com/javascript-e ... cise-6.php
https://stackoverflow.com/questions/521 ... t/52154344
https://www.tutorialspoint.com/masking- ... javascript#

Re: Protection email address on website from spam

Posted: Thu Aug 03, 2023 8:59 am
by miguelss
One possibility is to generate an image and when visitor clicks on it, has a “mailto” link with the email.
M.