I have a simple contactform set up with google reCaptcha.
If i submit the form without clicking the reCaptcha the form is not submitted. So far fine.
But the reCaptcha is now not visible anymore.
If click the reCaptcha the form is submitted like it should be and everything works fine. Its just when i do not click the reCaptcha.
I have set the debugger in the fail event of the reCaptcha but nothing is displayed.
I have a event loader in the fail event of
Any clue what i did wrong?
If i submit the form without clicking the reCaptcha the form is not submitted. So far fine.
But the reCaptcha is now not visible anymore.
If click the reCaptcha the form is submitted like it should be and everything works fine. Its just when i do not click the reCaptcha.
I have set the debugger in the fail event of the reCaptcha but nothing is displayed.
I have a event loader in the fail event of
Any clue what i did wrong?
when the captcha is not visible, the other fields are visible ?
That debugger in the recaptcha fail won't show, you need to put it before the event loader.
Yes the other fields are visible.
Just found the isue...
It's because ajax submit was enabled in setup > load > display form
reCaptcha is working like a charm now!
It's because ajax submit was enabled in setup > load > display form
reCaptcha is working like a charm now!
This topic is locked and no more replies can be posted.