Forums

recaptcha isn't working

it4me 18 Jul, 2015
chronoform seems to be a dificult piece of Software
the recaptcha does also not work. I tried the nocpatcha which I'm using with some other Extension without any Problem.
Chronoforms reports * The ReCAPTCHA wasn't entered correctly. Pllease try it again
I've tried also with noCaptcha (JSNUNiform works perfect with it) but not so Chronoform

I Forget to say, that this error message appears, with the demo nocaptcha form, provided with the component
kgriffin 20 Aug, 2015
I am having a similar problem. I used the debugger and this is what I got:
The reCAPTCHA wasn't entered correctly. Please try again.
Data Array
Array
(
    [chronoform] => membership_application_3
    [event] => submit
    [button123] => Submit
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
    [30] => Array
        (
            [Check Google NoCaptcha] => Array
                (
                    [0] => Array
                        (
                            [0] => missing-input-response
                        )

                )

        )

)
GreyHead 20 Aug, 2015
Hi,

Please see this FAQ The most common problem seems to be missing or misplaced keys.

Bob
kgriffin 20 Aug, 2015
I read the FAQ before posting. It is where I learned how to use the debugger. The keys are there and I have triple checked them to make sure they are correct. The weird thing is was that it was working in a different single page form earlier in the day. It is on a multi page form. I have the element on the page that has the final submit button and have it checking on submit. I tried the regular recaptcha and the same thing is happening.

I will have little time to investigate today. I will try to dig further tomorrow.
GreyHead 20 Aug, 2015
Hi kgriffin,

Personally I don't think that there is much value on putting a captcha in the last page of a multi-page form - it's unlikely that any spam bot will ever get there,

The Load Google NoCaptcha action needs to be in the event that loads the page where the NoCaptcha element is - not in the On Load event for the first page. Is that the problem?

Bob
kgriffin 20 Aug, 2015
nope. I have it loading on the page it appears on. the problem is when the form is submitted. the check throws the error. it seems (at least what I am guessing from the debugging) that whatever data is supposed to be passed is missing completely, like the captcha never was even dealt with. I will leave it off for now. If I figure out what is going on, I will let you know.
This topic is locked and no more replies can be posted.