Spam Prevention/Reduction - Contact Form?

后端 未结 13 1620
余生分开走
余生分开走 2020-12-01 03:36

I want to add a simple Contact form to my web site so that customers can contact me easily.

NAME
13条回答
  •  自闭症患者
    2020-12-01 04:28

    Use an anti-spam API like Akismet or Cleantalk. You can use the traditional checks for less sophisticated bots before hitting the API. An anti-spam API is the only way to catch spam submitted by a human.

提交回复
热议问题