honeypot-anti-spam
Reactive icon

Honeypot Anti-Spam

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 04 February 2021
 by 
0.0
 (0 ratings)
honeypot-anti-spam

Honeypot Anti-Spam

Details
Block spam submission from bad bots using Honeypot anti-spam technique: This demo component shows how you can prevent bot spam submissions without using Captcha or 3rd party tools. Use the simple method on submit action and get free from spam submissions.
Read more

Here is a simple addition to the web forms that add honeypot anti-spam functionality to prevent spambots without an ugly captcha.


What is honeypot anti-spam?

As of now, spambots cannot handle javascript, and we exploit this point to add extra fields to your forms using javascript as an anti-spam checker. Since spambots cannot see that field, we check if that field exists. If that field doesn’t exist, we will block spam submission.


How does it work?

The principle of a honeypot is simple — bots are stupid. Somewhat they blindly fill in fields, regardless of whether the field should be filled in or not. This is how a honeypot catches the bot — it introduces an additional field in the form that will cause the form not to validate if filled out.


Note: You can even use this case in the server action to prevent the spam entries in Database.

Release notes (1.0.1)

Updated component with web-block UI.

Reviews (0)
Team
Other assets in this category