EWZRecaptchaBundle icon indicating copy to clipboard operation
EWZRecaptchaBundle copied to clipboard

This bundle provides easy reCAPTCHA form field for Symfony.

Results 79 EWZRecaptchaBundle issues
Sort by recently updated
recently updated
newest added

hi, I am faced with a rather strange behavior? when I click on the checkbox I have the circle then it comes back on the checkbox. if I reset "clean...

Hello, In version 1.5.32 and up, i have a problem regarding validator. The event 'submit' on the form is never trigger i don't know why. I try to force submit...

I got 404 on captcha when I set in config: ``` ajax: true ``` I got an 404 error from google. There is fired a request: https://www.google.com/recaptcha/api/js/recaptcha_ajax.js

Am I correct in assuming that the recaptcha v3 should not render a label since it has the HiddenType as it's parent [See line 10 in ewz_recaptcha_widget.html.twig](https://github.com/excelwebzone/EWZRecaptchaBundle/blob/master/src/Resources/views/Form/v3/ewz_recaptcha_widget.html.twig#L10) [See line 54...

I have multiple forms on page that use V3 validation. The issue is, that for every form, the widget outputs `` which contains globally defined variables such as `grecaptchaInput` or...

Hi, I installed this pluggin follow all steps but when I add the line : `->add('recaptcha', EWZRecaptchaType::class)` the form id not rendered. Here is aa photo of the bottom of...

Hi! I'm trying to install this bundle in Symfony 4.3.6 and I'm faced with a problem. Twig can't render the widget and outputs the following: An exception has been thrown...

How i can force recapacha clicked ? input name="g-recaptcha-response" - is not required - my form is submited and has error. how to use html5 validation ? (i sue jquery...

It is working for my Registration form. I put the same twig code in login twig file. But it allow sign-in without validation recaptcha click. Help me please. I have...

Is there an example how to use this inside attemptAuthentication in UsernamePasswordFormAuthenticationListener? I need to validate captcha against login