Skip to content

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.

License

Notifications You must be signed in to change notification settings

skttl/skttl.HamApprover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ham Approver

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.

Minimum requirements

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

Installation

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.

  2. Umbraco Package
    Download the package from the our.umbraco.com package repository and install using Umbraco.

Features

  • Tests the submission against Plino, if the submission is OK (aka not spam), it will approve the submission.

Configuration

Ham Approver needs some configuration to work.

Submissions

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published