Open pieter-groeneweg opened 4 years ago
There is maybe even an open source captcha library somewhere :) Great Idea!
Seriously, there's no spam protection? So if I leave a form open on the web I'll risk getting thousands of spam messages. Disappointed.
Though, there are several options to stop spam. reCaptcha isn't a great idea, but hCaptcha preserves privacy. Akismet is another option, as is just adding a honeypot. While neither hCaptcha or Akismet is open source, they have APIs and most users can get a free key.
One or more of them should be added as options for forms.
[...] Disappointed.
You're more than welcome to contribute and implement this missing feature 🙂 Thank you for your offer 👍🏻
I like to see this app evolving. My future intent is to use the app to create entry forms for sports events.
What I am missing is some kind of spam bot protection. I don't like the Captchas and reCaptchas like those from Google.
A method used I do like is hashcash. I use a plugin like that in my Joomla sites. https://www.richeyweb.com/software/joomla/plugins/71-hashcash Very useful. But my development skills are far too little to recreate or reverse engineer anything
However, similar protection would be an awesome feature. Even though there is no connection (yet) with a mailer, it would at least keep me from unwanted entries.