You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep seeing this error inside the error log when I use recaptchav2 extra:
[FormIt] Could not load FormItReCaptcha service class.
This is due to this check: return strpos($this->config['hooks'], $hook) !== false; which is performed inside the Formit class. In my opinion this check should be more strict, because now its looking for recatcha, but I dont have a hook named recaptcha, but its named recaptchaV3
The text was updated successfully, but these errors were encountered:
I keep seeing this error inside the error log when I use recaptchav2 extra:
[FormIt] Could not load FormItReCaptcha service class.
This is due to this check:
return strpos($this->config['hooks'], $hook) !== false;
which is performed inside the Formit class. In my opinion this check should be more strict, because now its looking for recatcha, but I dont have a hook named recaptcha, but its named recaptchaV3The text was updated successfully, but these errors were encountered: