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?
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?