K
K
KurtsKhalia2016-03-10 13:53:40
JavaScript
KurtsKhalia, 2016-03-10 13:53:40

Is it possible to do reCaptcha verification via js?

For example, how to check with js whether the recaptcha check is passed or not.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
root09, 2016-03-10
@root09

stackoverflow.com/questions/27902539/how-can-i-val...

A
Alexander Aksentiev, 2016-03-10
@Sanasol

Answered above. Only it is not written that this is tantamount to disabling the captcha in general.

C
CaHeK_pk, 2019-06-11
@CaHeK_pk

var dataReCaptcha = $("#g-recaptcha-response").val();
if (dataReCaptcha != "" && dataReCaptcha != undefined) {
...
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question