This package has been flagged as retired by the package owner. Continue to use at your own risk
Ham Approver is a workflow item for Umbraco Forms, that helps you eliminate SPAM submissions without sacrifizing UX. It runs each submission against Plino, to determine whether the submission is ham or spam.
Ham Approver is built against Umbraco CMS 8.4 and Umbraco Forms 8.3 and supports those versions and above. For Umbraco 7, please see version 1.0 on NuGet, or Our Umbraco
Ham Approver needs some configuration to work.
These are settings regarding the submissions content.
Comment fields
This is the body text of your submission. Add the alias(es) of the field(s) to test for spam, seperated by comma. If no aliases added, the test will use a concatenation of all fields.
If you have fields with sensitive information, you should probably not send them to the third party API.
Adds support for Umbraco 8.4 and Forms 8.3. Changes provider from BlogSpam.net to Plino. Thanks to Jeavon Leopold and Jeric Yuen for making this happen!