In CF the "not empty"-validator is implemented. Fields that muss have a value can be validated by this validator.
I miss a validator that validate fields to have to be empty.
Why I miss this?
I have read articles about hidden Spam-Bot protection based on input fields with attractive name i.e. url, email, a.s.o. In the wild (all) bots will fill this field with an url, email address a.s.o. to spread out there "infos".
The idea is now to insert the honeypot field into the form with a small advice like "Leave this field empty." and/or disable this by CSS (i.e. display: none). The user doesn't see the field or see the advice and doesn't fill this field with data. The bot "see" the attractive field and will joyfully put data into it.
The form validation have to validate the honeypot field to be empty. Humans will send the forms and bots will be blocked. Thats the idea - not my, but very interesting. The image captcha isn't accessible for all, but the honeypot field method should work for any people no matter which browser or input device is used.
In CF doesn't exist a validator for field that have to be empty. The only solution is a server side validation script but a default CF-validator looks more professional.
What do you thinking about this option?
Torty
I miss a validator that validate fields to have to be empty.
Why I miss this?
I have read articles about hidden Spam-Bot protection based on input fields with attractive name i.e. url, email, a.s.o. In the wild (all) bots will fill this field with an url, email address a.s.o. to spread out there "infos".
The idea is now to insert the honeypot field into the form with a small advice like "Leave this field empty." and/or disable this by CSS (i.e. display: none). The user doesn't see the field or see the advice and doesn't fill this field with data. The bot "see" the attractive field and will joyfully put data into it.
The form validation have to validate the honeypot field to be empty. Humans will send the forms and bots will be blocked. Thats the idea - not my, but very interesting. The image captcha isn't accessible for all, but the honeypot field method should work for any people no matter which browser or input device is used.
In CF doesn't exist a validator for field that have to be empty. The only solution is a server side validation script but a default CF-validator looks more professional.
What do you thinking about this option?
Torty