Spam Control with jQuery
Recently at work I was faced with a problem. We use an outsourced CRM solution so I send lead forms directly to them. Things work but the only solution they have for spam control is using a captcha. A solution I’m not particularly fond of. Especially since one of those forms is in the footer of our site and it would just be flat out ugly. I was already using the wonderful jQuery validation to validate form input so I wanted to find a way to tie it all together.…