Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in error log when using RecaptchaV2 #213

Open
sdrenth opened this issue Aug 21, 2019 · 0 comments
Open

Errors in error log when using RecaptchaV2 #213

sdrenth opened this issue Aug 21, 2019 · 0 comments

Comments

@sdrenth
Copy link

sdrenth commented Aug 21, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant