(function () {
const observer = new MutationObserver(function () {
var c = document.querySelector('.forminator-g-recaptcha');
if (!c) return;
if (c.querySelector('iframe')) return;
c.innerHTML = '';
setTimeout(function () {
grecaptcha.render(c, {
sitekey: c.dataset.sitekey
});
}, 500);
});
observer.observe(document.body, {
childList: true,
subtree: true
});
})();
Scroll to Top
Get a Live Demo Call from Our AI Assistant
Want to hear how Convoa sounds in action? Just share your details and we’ll call you shortly. No wait, no hassle — a real-time demo experience right on your phone.