On this page
Comparison of "captcha free" anti-spam modules
Drupal 7 will no longer be supported after January 5, 2025. Learn more and find resources for Drupal 7 sites
Antibot
Concept: Requires JavaScript to display the form and blocks submission processing until human user interaction detected (mouse move, key press, mobile swipe gesture... the action of the form is then switched back to the path that it was originally set to be).
Log of blocked attempts: NOT Available.
UI to enable protection for certain forms: Available.
Captcha-free Form Protection
Concept: Checks if JS and cookies are enabled. Additionally a maximum time for filling out the form can be set. Submission what take longer are refused.
Log of blocked attempts: NOT Available.
UI to enable protection for certain forms: Available.
Honeypot
Concept: Adds a visually hidden form element, and refuses input if form field is not empty. Additionally a minimum time for filling out the form can be set. Submissions that are too fast are refused.
Log of blocked attempts: Available.
UI to enable protection for certain forms: Available.
Spaces Enforced
Concept: Inspired by spambot usernames, checks by default whether the registering username has any spaces and a user-defined number of user-defined characters by configuration.
Log of blocked attempts: NOT Available.
UI to enable protection for certain forms: NOT Available.
Spamicide
Concept: Adds a visually hidden form element, and refuses input if form field is not empty.
Log of blocked attempts: Available.
UI to enable protection for certain forms: Available.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion