szalik.dev Posted March 29, 2023 Posted March 29, 2023 (edited) Hello, i'm trying to add Turnstile Captcha to my website, i've managed to add new captcha settings into Spam Prevention but when i'm visiting website Whoops throws me this error: I've created Turnstile class inside my app, set namespace to IPS\Helpers\Form\Captcha; but that didn't help, is there any way to redirect that new Captcha to load from class \IPS\myapp\Captcha\Turnstile? Edited March 29, 2023 by CodePixel.dev
Solution szalik.dev Posted March 29, 2023 Author Solution Posted March 29, 2023 (edited) Problem has been already solved, solution was to change loaded class with hook inside those two functions public static function supportsModal() & public function __construct() Edited March 29, 2023 by CodePixel.dev
Recommended Posts