-
Is possible to use the ReCaptcha version 3 and if yes how to use it?
-
I seem to be getting this error when using `1.0.4`:
```
classCallCheck.js:7 Uncaught TypeError: Cannot call a class as a function
at push../node_modules/babel-runtime/helpers/classCallCheck.js.…
-
I got this error, i added site key and secret key in .env file. I use symfony4.
```
InvalidConfigurationException
The child node "public_key" at path "ewz_recaptcha" must be configured.
```
Plea…
ghost updated
5 years ago
-
I am getting
```
Unexpected "apply" tag (expecting closing tag for the "block" tag defined near line 2).
```
after installing the bundle with
`php composer.phar require excelwebzone/recaptcha-b…
-
I'm tried to implement by documentation, but my form is always valid.
- Symfony version: 2.8
- Recaptcha bundle version: ^1.5
Here is my code:
**config.yml**
```
ewz_recaptcha:
public…
-
Recapcha servers has been moved to google domain: https://www.google.com/recaptcha/api.
Users of this bundle could change server specifying "server_url" parameter but even thou default configuration s…
Matzz updated
11 years ago
-
Ie6 doesnt work with inline images.
Looks like some "compatibility" mode need to be added in order to solve this problem (possibly store captcha in session and return it using some unique id)
zhil updated
12 years ago
-
After spending a few hours on how to get the Recaptcha (not invisible) working on my FosUserForm here is the solution. Maybe you guys can make a readme out of it and commit to the repo cause I think I…
-
Hello @adamwojs ,
We have some problem using this bundle on Ibexa 3.2
1) we have an error on updating solr indexes
```
php bin/console ezplatform:reindex --siteaccess=test_admin -v
Re-ind…
-
I get this error and I don't know why. Any help ?