I’m trying to setup a honeypot bot blocker on my signup screen.
Here’s how it works on non-adalo websites.
- invisible checkbox placed on page. If invisible checkbox is selected, the user account is not created, the page does not proceed.
- If bot tries to signup, the bot will fill in all checkboxes, including the invisible one. The bot does not know that the field is invisible, and takes the bait of the honeypot.
- Bot signup is blocked.
The problem I am encountering in Adalo, is that I can’t set the account creation to be dependent on the an invisible field NOT being checked.
Any help is greatly appreciated.