HoneyPot Captcha
Overview
A honeypot captcha is simple. It adds a field into your form that humans won't fill out. Most spam bots search for forms, fill out every field and submit it. If the honeypot captcha field is filled out then you know that it is a spam submission. The extension provides honeypot captcha for magento forms
What means HoneyPot Technology
The reason the Honeypot technique is so popular is b/c, in addition to how easy and effective it is, it doesn’t interfere with the user experience. It demands nothing extra of them. In fact, your users won’t even know you’re using it! The HoneyPot captcha includes hidden field into form. And if there is spam bot it will try to fill all fields include hidden one. And that’s what will give away whether the form submission is spam or not. Real users won’t be able to see the field, or submit any value for it. Spam bots, however, will still see the field in the form’s markup and submit it with the rest of the form.
Magento 1 End Of Life
The Support of Magento 1 ended at June 2020 and this module does not get any updates. We did publish the module source code "as is" at the GitHub, the link will be available at the Specification tab. The code is free to use or contribution.
Features
- Simple to implement & use
- FIt works against most spam senders.
- It means you can keep control your website aesthetics.
- You can enable/disable captcha for separate forms
- Forms supported: Product Review Form, Customer Account Registration Form, Contact Us Form
Magento Compatibility | 1.9.x |
---|---|
License | GNU General Public License v3.0 (GPL-3.0) |
GitHub | https://github.com/sashas777/m1-modules |