Open hai-van-silkwires opened 3 years ago
hello is there any solution for this yet? I also got
Undefined constant EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType::RECAPTCHA_API_JS_SERVER
Please update constant in your code, currently my temp solution is:
$.getScript("https://www.google.com/recaptcha/api.js", function() {
Recaptcha.create("mykey, "recaptcha-container", {
theme: "clean"
});
});
Hi team,
I used above block code, it's seem
EWZRecaptchaType::RECAPTCHA_API_JS_SERVER
doesn't exist.