About HumanPresence
The HumanPresence Extra works with humanpresence.io to determine if a valid human presence is on your site. The package includes an output modifier, a FormIt Hook, and a plugin to automatically load the head tag on your site's frontend.
Information
Released
August 12, 2021
Supported Database
MySQL
License
GPLv2
Instructions
humanpresence.apikey
Usage
The site package will automatically add the tracking script to your site for determining human presence level.
FormIt
You can protect your FormIt forms by adding the hook HumanPresence.FormIt.Hook
. There are currently no additional
settings needed. However, you can configure the confidence level in the system settings by changing the value
of humanpresence.confidence
to either a heigher or lower number. The maximum value returned is 100, so do not set it
lower than that.
Output Modifier
You can block certain elements from being visible with an output modifier. Just add :humanpresence
to any Element
call. E.g.
New in 1.0.0-pl
Initial Release