I'm a beginner in grav cms and no native english (sorry for mistake).
In the contact form, i put an empty field and i like any message bot that fill thit field to go into trash (or something like). I already add in the frontmatter:
YAML
anti-bot:label:anti-botplaceholder:'veuillez laissez ce champ vide'type:emailvalidate:required:false
but it is not enought.
Can you help me ?
ps : I don't want to use captcha
@cvgrenoble, I'm afraid there is misunderstanding on the concept of a honeypot field...
A honeypot is an <input> field which is invisible/hidden to a regular user. Most bots however don't "look" at the displayed webpage, but instead interpret the generated HTML/DOM and search for <input> fields. If the bot then enters data in the honeypot field, the server will treat the posted form as spam.
I already understand how the honeypot work like you describe it 🙂
but the example giving by grav form field index that I put just before don't work (the field appear and if I fill it the mail is send).
The field don't appear if I put: