load recaptcha with ajax page transition
-
Hello,
I am currently implementing an ajax page load script in my site (Barba js).
When I load a page via ajax which contains a form with recaptcha, the recaptcha div is created but its empty.
Any function I may invoke to render the recaptcha once page loaded?
maybe a function which will rerender all the form?tried:
window.Recaptcha.reload();
window.grecaptcha.reset();
window.recaptchaCallback();all return grecaptcha is not defined.
Thanks
- This topic was modified 1 day, 20 hours ago by bux23.
- You must be logged in to reply to this topic.