Hi,
I'm using it on a modal box, working fine the first time, but if the modal box is opened a second time despite it's shown it throws error Cannot read property 'value' of null when calling to vcRecaptchaService.getResponse() .
The modal box is called using Angular Bootstrap UI, so it uses a controller and a template, where the recaptcha tag is placed.
Hi, I'm using it on a modal box, working fine the first time, but if the modal box is opened a second time despite it's shown it throws error Cannot read property 'value' of null when calling to
vcRecaptchaService.getResponse()
.The modal box is called using Angular Bootstrap UI, so it uses a controller and a template, where the recaptcha tag is placed.