How to prevent spambot from detecting emails from forms

Status
Not open for further replies.

gm1234

Beta member
Messages
2
People shift from providing email addresses to using forms (for contact) in order to avoid spam

bots. But there are some new spam bots today which can detect email address even through forms

present on a website. Any solution to prevent this?

generally the form action is as follows

<form action="xyz@xyz.com">

Any other way this can be written to prevent it from being detected by spam bots?
 
If you use a server-side language...such as PHP, just make a link so it's something like "Contact.php?user=Name", and you'd look up the name to reference the e-mail...they can't get it that way :)

Dang spam-bots :p
 
Status
Not open for further replies.
Back
Top Bottom