Spam control

Honeypot

Honeypot

Forms on a website are under constant pressure. Honeypot allows you to automatically monitor these abuses of your forms by playing on the filling of hidden fields and on the time between the display of the form and its validation. If everything was completed in less than 5 seconds, bye bye.

Honeypot

composer require drupal/honeypot

Spamicide

Spamicide

Spamicide has a simple but formidable operation. It will add a field to fill in the forms you designate which will always be invisible to humans, but not for a malicious script that fills in all the input it comes across. The field label is very meaningful: Feed Me. If the field is filled in, it is spam and the system refuses to validate the form.

Spamicide

composer require drupal/spamicide