Dismisses bot submissions to Magic Forms using the honeypot technique.
Detected bot submissions won't be saved to the database or e-mailed anywhere at all.
- PHP version 8.0 or higher
- martin.forms
- blakejones.magicforms
- publipresse.forms
- webbook.forms
php artisan plugin:install RegularJogger.MagicFormsHoneypot --from=git@github.com:regularjogger/magicformshoneypot-plugin.git
{% component 'honeypotField' %} is made available to you to do that. Just place it logically in your markup so it makes sense in the context of the form.
Dismissed submissions are being logged to the event log (form alias/name with data posted + URL, User-Agent and IP address of the request) instead of being saved to the database and e-mailed according to your configuration.