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 am getting a 500 error "whoops" message when trying to submit a formmaker form with the reCaptcha checkbox selected. I have tried image and audio, and neither worked. I am using formmaker version 1.4.4 and framework version 1.0.4. When checking in the google captcha admin, I see the message, "We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information." After turning on debug mode, I see the stack trace saying the error is occurring on line 109 of /src/Controller/SubmissionApiController.php with a ClassNotFoundException.
It seems like the using statement is not correct. Any help?
The text was updated successfully, but these errors were encountered:
I ended up moving the /google/recaptcha/src/ReCaptcha folder into the formmaker src, changing all use statements and changing namespaces accordingly, and now it works.
I am getting a 500 error "whoops" message when trying to submit a formmaker form with the reCaptcha checkbox selected. I have tried image and audio, and neither worked. I am using formmaker version 1.4.4 and framework version 1.0.4. When checking in the google captcha admin, I see the message, "We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information." After turning on debug mode, I see the stack trace saying the error is occurring on line 109 of /src/Controller/SubmissionApiController.php with a ClassNotFoundException.
It seems like the using statement is not correct. Any help?
The text was updated successfully, but these errors were encountered: