Client side verification result as variable?!

daliose 14 Apr, 2011
Hi,
I would like to do a client side ReCaptcha verification and then send the result (True | false) to server for server side validation.
So if client side ReCaptcha validation failed (eq false (0)), I would like to use this integer in my server side validation.
I have checked forum and Google, but couldn't find a variable, what take this status in ChronoForms.

Does someone has a hint?

Thanks


Maik
Max_admin 17 Apr, 2011
Hi Maik,

The ReCaptcha response is a server side response, you may use Chronoforms V4 which will trigger the "Fail" event when the ReCaptcha fails, where you can process more actions

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
anithavijayan 28 Apr, 2012
hi,
I need to check the Client side validation for Google Recaptcha,is this possible.Currently my form check server side validation and display the error,but i need to check the error before the form submission,atleast for required field validation and display the error in alert.Whenever the error displayed,the focus should be in input field for recaptcha.
GreyHead 28 Apr, 2012
Hi anithavijayan ,

The Captcha an ReCaptcha are *only* checked when the form is submitted. This is so that they can't be avoided by turning JavaScript off.

Bob
anithavijayan 28 Apr, 2012
Hi Bob,
Thanks a lot,Is it possible to check the client side required field validation for Google Recaptcha.Like existing captcha client side required field validation.
GreyHead 30 Apr, 2012
Hi anithavijayan,

No, I don't think it is. (Actually it might be possible but I've never seen the question asked.)

Bob
This topic is locked and no more replies can be posted.