DEV Community

Discussion on: Contact Form Spam Protection and Email Addresses on Websites

Collapse
 
ingosteinke profile image
Ingo Steinke, web developer

Akismet, Contact Form 7, and Flamingo look like a practical and popular combination, but then users will have to check possible spam for false positives manually in wp-admin to be sure not to miss any legitimate inbound message. I started to code another WordPress plugin to add that missing feature.

github.com/openmindculture/wp-cont...

Here are some more details, challenges and solutions like how to ensure event role and permissions in a scheduled cron callback: