Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dan0sz/mailin-honeypot

Adds logic which parses a honeypot field, called `come_and_get_it` before submission of Brevo's WordPress plugin submission forms.
https://github.com/dan0sz/mailin-honeypot

Last synced: about 4 hours ago
JSON representation

Adds logic which parses a honeypot field, called `come_and_get_it` before submission of Brevo's WordPress plugin submission forms.

Awesome Lists containing this project

README

        

# How to use Honeypot for Brevo

1. Download the [the latest release](https://github.com/Dan0sz/mailin-honeypot/releases/latest/download/mailin-honeypot.zip).
2. Install and activate the plugin.
3. Add a hidden `input` field to your Brevo signup form, named `come_and_get_it`, e.g.
````

````
4. Done!

Most spambots will always attempt to enter values in all fields. If the `come_and_get_it` field has a value, that means it's a bot and the form won't
be submitted.

You can modify the `name` of the `input` field yourself, by using the `brevo_honeypot_name` filter (recommended).