python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Recaptcha call back can be found when it is the only function but not when other ones are included
I am trying to make a discord bot verification page where users verify that they are not a robot. I have run into an error where Recaptcha cannot find my recaptchaCallBack function. It recognizes it w...
Jerry Lin
Votes: 0
Answers: 1
Recaptcha gem needs a failed subimission on Rails7
A working form with recaptcha moved from rails6 to rails7 always arises a recaptcha validation error at first submit. On second submit it works.
= form_with url: mail_submit_path do |form|
= ren...

473183469
Votes: 0
Answers: 1
I'm trying to use recaptcha v2 on laravel. Error is: {#336 ▼ +"success": false +"error-codes": array:1 [▼ 0 => "invalid-input-secret" ] }
I am trying to apply google recaptcha v2 in my registration page made by auth using laravel breeze. working in laravel 8.it keep giving this error which means that maybe I have messed up with my secre...
Blossam P Garcia
Votes: 0
Answers: 1