Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dan0sz/mailin-honeypot
- Owner: Dan0sz
- Created: 2024-03-01T10:47:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T09:39:25.000Z (7 months ago)
- Last Synced: 2024-04-19T10:27:05.395Z (7 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).