tags:

views:

56

answers:

2

How to use JS spam protection on email to hide the form from spam bots.

A: 

You don't. Putting JavaScript into email is a very bad idea for potential security and privacy violations. Instead include a link in your emails to the form on a web page. Email is inherently private and the web is inherently public. If exposing the form to a user is not a private event then it should not go in an email.

A: 

I'm not sure that I'm answering your question correctly, there isn't much detail.

I think what you're asking is how you can hide email addresses, in html, from spam bots - in which case here is the answer (there is no point in me paraphrasing it):

http://joemaller.com/js-mailer.shtml

Lewis