SkillAgentSearch skills...

NoCaptcha

MODx FormIt hook for the new noCaptcha reCaptcha from Google

Install / Use

/learn @bvandorp/NoCaptcha
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#noCaptcha

MODx FormIt hook for the new noCaptcha reCaptcha from Google.

  • For the reCaptcha service see: https://www.google.com/recaptcha/intro/index.html
  • For more information about MODx see: http://modx.com
  • For more information about FormIt see: http://rtfm.modx.com/extras/revo/formit

##Example usage

[[!FormIt? 
&hooks=`noCaptcha` 
&preHooks=`preNoCaptcha` 
&ncTheme=`light|dark` 
&ncName=`other name for placeholder` 
&ncType=`image|audio`
&forceFallback=`0|1`
...
]]

See simple_example.html for a simple example. :)

##Installation

  • create the categorie noCaptcha for the following snippets and chunk
  • create the snippet named noCaptcha with the contents of noCaptcha.php
  • create the snippet named preNoCaptcha with the contents of preNoCaptcha.php
  • create the chunk nocaptcha_tpl with the contents of nocaptcha_tpl.html
  • Take a look at simple_example.html for usage

##Roadmap

  • support multiple instances on one page
View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1y ago
Forks4

Languages

PHP

Security Score

60/100

Audited on Jan 7, 2025

No findings