How to prevent spambot from detecting emails from forms

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?

 

 

 

 

Top