Using WP 1.5,
I would like to make a contact page.
Is there a way to hide an email address from spam bots ?
Using WP 1.5,
I would like to make a contact page.
Is there a way to hide an email address from spam bots ?
Encode it in ASCII:
http://www.wbwip.com/wbw/emailencoder.html
Spam bots can still decode ASCII email addresses; they're even being programmed to decode addresses that have extra characters added on as a spoof:
email[at]hotmail.com-removethis
Try http://www.hiddenmail.org to instantly convert your address to an image on the fly; users that click on the link will have to enter a security code to get your mailto: link.
Or just use a contact form: http://ryanduff.net/projects/wp-contactform/
This topic has been closed to new replies.