Hi Community,
Here’s a workflow example that I’ve “developed” a while ago:
The honeypot
What is it?
Technically speaking a honeypot is a extra layer of spam prevention.
How does it work?
Adding a hidden field to the form you’d like to protect against spam/bots. If the field is empty on form submission it means that the sender was a human since he/she did not see this field. If it’s not empty it’s a bot. Super simple
Requirements:
A new text property called honeypot (you can call it how you want) and add it to your desired/all form(s) as a hidden field.
Workflow build/logic:
Check if this field is unknown. If it’s unknown proceed to the next action/workflow. If it’s known → do nothing.
just tested it in a free account (to make sure it’s available to any tier)
If you go to the Properties (Settings / Data Managmenet / Properties), you can create a new property with the “Rich- Text” Field Type. Naming is completely up to you, but it should be something that you/your team will know about.