How to prevent spambot from detecting emails from forms

gm1234

Registered
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?
 
Have it call a PHP page that feeds the e-mail address, which is stored in parts and combined by the PHP.
 
Back
Top