Is there a good method of form security that does not
involve CAPTCHA? CAPTCHA is so annoying, but I need security because I am getting form spam. My form is
Depends on the type of form spam, general bots made for spamming any form it finds can easily be foiled by a lot less obstructive measures (like "what is the name of this site?"), but if someone has made a bot targeting your site specifically you will need captchas or something equally annoying.
Obviously, you will want to display one of a many possible animal images, and the list should be randomized as well.
I understand it will only work X% of the time, but adding more options to the list will help reduce spam.
I have already worked something similar.
This work for me.