Register at https://friendlycaptcha.com to get your site and secret keys.
- Standard light and dark themes;
- CDN support;
- Option to load polyfills for older browsers;
- Supports multiple built-in languages (English, French, German, Italian, Dutch, Portuguese, Spanish, Catalan, Danish, Japanese, Swedish, Russian, Turkish, Greek, Ukrainian, Bulgarian, Czech, Slovak, Norwegian, Finnish, Latvian, Lithuanian, Polish, Estonian, Croatian, Serbian, Slovenian, Hungarian, Romanian, Chinese (Simplified), Chinese (Traditional), Vietnamese);
- Supports Dedicated EU Endpoint (requires Advanced or Enterprise plan) with global endpoint as fallback.
- Joomla! 3.8 or higher (5.x is supported);
- PHP 5.3.10 or higher (8.3 is supported);
- OpenSSL with TLS 1.2 support.
- One of the following HTTP transports in PHP: cURL,
fsockopen()
orfopen()
withallow_url_fopen
option enabled.
Q: Captcha doesn't protect from bots.
A: Most likely PHP doesn't have OpenSSL extension enabled or OpenSSL version doesn't support TLS 1.2. Enable Joomla! debug mode to get more information on validation failure. If system requirements are met, another issue could be that Captcha API service is down. To prevent form submission in such case, enable Strict Mode
option in plugin configuration.