I've read many of the suggestions from this question (Effective method to hide email from spam bots), but my need is slightly different.
I have a WordPress site and a very good forms plug-in. For email links, the <a href>
will load a basic contact form in a lightbox. It works perfectly.
But... I've been asked to display the email address for the two following reasons:
- People who like to copy/paste or write down addresses can do so without having to submit a form
- Accessibility. I'd like site readers to be able to verbalise the email address
Short of using an image which is a screenshot of the email address, how can I display the address yet remain protected from spam-bots?
Thanks in advance