I typically only do front-end UI. But, on a project I have been working on I had to make a form. The form works, with emails coming through, but unfortunately an incredibly large amount of spam is coming through. I've added a CAPTCHA input but that doesn't seem to have reduced the amount of spam very much if at all.
After some research, it seems a honeypot is the best option. However because I don't know a lot about php and javascript (working on this :) ), I'm not sure what the best code for this is or where to put it.
However I haven't been able to find a clear guide on how to do this.
So my question is; Does anyone know of a clear guide that has instruction on how to make and implement a honeypot input (with the server side conditional code)?
Any help is appreciated. Thanks.
P.S. The form is "in a lightbox", so that may affect things.