I have read this post here https://www.chronoengine.com/forums/posts/t103681/chronoforms-6-recaptcha-no-captcha-passing-the-test-but-showing-error-you-didnt-pass-the-nocaptcha-verification?startat=20 and couldn't answer to it, so I open a new one. I think I have the same problem, and have followed the steps there.
I added a debugger which returns the error "timeout-or-duplicate" - am I right thinking that I do not need a server side captcha check, as this will challenge the same captcha twice? I am using AJAX Submit, so maybe that's why. I'll disable the server side check for now, but it would be great to know.
In my debugger, it says this:
I added a debugger which returns the error "timeout-or-duplicate" - am I right thinking that I do not need a server side captcha check, as this will challenge the same captcha twice? I am using AJAX Submit, so maybe that's why. I'll disable the server side check for now, but it would be great to know.
In my debugger, it says this:
Array ( [submit_google_nocaptcha] => Array ( [response] => Array ( [success] => 1 [challenge_ts] => 2020-01-27T23:30:15Z [hostname] => xxxxxx.ch (masked) ) [_success] => The NoCaptcha verification was successfull. [var] => 1 ) [submit_validate_fields] => Array ( [log] => Automatic validation enabled. [var] => 1 ) [google_nocaptcha17] => Array ( [response] => Array ( [success] => [error-codes] => Array ( [0] => timeout-or-duplicate ) ) [_error] => The NoCaptcha verification has failed. [var] => )
I'm having exact same error now! Did any body solve this problem?
OMG, here is the answer:
https://www.chronoengine.com/forums/posts/t107468/p388306#p388306
I don't know, why it's nowhere else mentioned: you have to choose ONE of options - whether turn on "check security fields" on general form settings tab OR (!!!!) add validation manually to actions. THESE OPTIONS DOES NOT WORK TOGETHER!
DAMN YOU CHRONO, WHEN YOU ALREADY GOING TO HAVE NORMAL DOCUMENTATION?????
PEOPLE HAVE TO SPEND HOURS AND DAYS TO SOLVE THESE PROBLEMS WHICH ARE BUILT-IN INTO YOUR PRODUCT!!!
https://www.chronoengine.com/forums/posts/t107468/p388306#p388306
I don't know, why it's nowhere else mentioned: you have to choose ONE of options - whether turn on "check security fields" on general form settings tab OR (!!!!) add validation manually to actions. THESE OPTIONS DOES NOT WORK TOGETHER!
DAMN YOU CHRONO, WHEN YOU ALREADY GOING TO HAVE NORMAL DOCUMENTATION?????
PEOPLE HAVE TO SPEND HOURS AND DAYS TO SOLVE THESE PROBLEMS WHICH ARE BUILT-IN INTO YOUR PRODUCT!!!
This topic is locked and no more replies can be posted.