Doesn’t work with Forminator
-
Was extremely happy to find this plug-in and started to convert/install it on tens of websites I manage. Thanks for this wonderful plugin!
However, starting with WP+Contactform went well. But WP+Forminator doesn’t work. The Captcha doesn’t show but in the browser console you can see your code.
In Cloudflare it is set to Managed. After trying to submit the Form you get an error like “your form is not valid, solve the errors”.
<input type="hidden" name="referer_url" value="https://www.***.nl/"> <div id="cf-turnstile-fmntr-2026247910" class="cf-turnstile" data-sitekey="*****" data-theme="light" data-retry="auto" data-retry-interval="1000" data-name="cf-turnstile" style="margin-left: -15px;"></div> <br> <script>document.addEventListener("DOMContentLoaded",(function(){var e=document.getElementById("cf-turnstile-fmntr-2026247910");setTimeout((function(){e.innerHTML.length<=1&&(turnstile.remove("#cf-turnstile-fmntr-2026247910"),turnstile.render("#cf-turnstile-fmntr-2026247910",{sitekey:"*****"}))}),200)}));</script> document.addEventListener("DOMContentLoaded",(function(){var e=document.getElementById("cf-turnstile-fmntr-2026247910");setTimeout((function(){e.innerHTML.length<=1&&(turnstile.remove("#cf-turnstile-fmntr-2026247910"),turnstile.render("#cf-turnstile-fmntr-2026247910",{sitekey:"*****"}))}),200)})); <script>document.addEventListener("DOMContentLoaded",(function(){var e=document.getElementById("cf-turnstile-fmntr-2026247910");setTimeout((function(){e.innerHTML.length<=1&&(turnstile.remove("#cf-turnstile-fmntr-2026247910"),turnstile.render("#cf-turnstile-fmntr-2026247910",{sitekey:"*****"}))}),200)}));</script> <script> document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll('.forminator-custom-form').forEach(function(el) { el.addEventListener('submit', function() { if (document.getElementById('cf-turnstile-fmntr-2026247910')) { setTimeout(function() { turnstile.reset('#cf-turnstile-fmntr-2026247910'); }, 4000); } }); }); }); </script> document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll('.forminator-custom-form').forEach(function(el) { el.addEventListener('submit', function() { if (document.getElementById('cf-turnstile-fmntr-2026247910')) { setTimeout(function() { turnstile.reset('#cf-turnstile-fmntr-2026247910'); }, 4000); } }); }); });
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Doesn’t work with Forminator’ is closed to new replies.