Forum Moderators: coopster
I want to keep the existing formmail since I have it in use in so many places and I really like it but I would just like to add some sort of challenge question or image verification to stop the bots.
The current form mail I am using is from <snip>
Thanks in advance
[edited by: eelixduppy at 11:42 pm (utc) on June 13, 2008]
[edit reason] removed URL [/edit]
Add to the form:
<input type="text" name="email_2" id="email_2" value="" />
In your styles add:
input#email_2{ display:none; }
When validating the form, if email_2 has been filled out take action..Since only bots would see this field.