Forum Moderators: phranque
Short of creating a whole new form submit page, or using images, or javascript...
How much coverage do you think substituting @ for @ in the email address be?
Completely ineffective and a complete waste of time? Or maybe it's moderately effective and worth the couple of seconds it takes to substitute?
basically do something like:
var username='me';
var domain='example.org';
document.write('<A href="mailto:'+username+'@'+domain'+">email me</A>');
Change the var names around at will just to keep things random and harder for bots.
the spambots can't figure out there is a email address in there. Another further trick is to put your address as an image rather than plain text.