Turnstile Error with CF7
-
Hey, when I try to add the Turnstile to my CF7 Form I get the following error in my Webbrowsers Console:
Uncaught ReferenceError: turnstile is not defined<p><div class="cf7-cf-turnstile" style="margin-top: -10px; margin-bottom: -15px;"> <div id="cf-turnstile" class="cf-turnstile" data-sitekey="removed" data-theme="light" data-name="cf-turnstile" style="margin-left: -2px;"></div> <br/> <script> if (typeof jQuery != 'undefined') { jQuery(document).ready(function() { setTimeout(function() { if (jQuery('#cf-turnstile iframe').length <= 0) { turnstile.remove('#cf-turnstile'); turnstile.render('#cf-turnstile', { sitekey: 'removed', }); } }, 200); }); } else { document.addEventListener("DOMContentLoaded", function() { setTimeout(function() { turnstile.remove('#cf-turnstile'); turnstile.render('#cf-turnstile', { sitekey: 'removed', }); }, 200); }); } </script> </div></p>I use WP 6.1 with PHP 8.1.12
The topic ‘Turnstile Error with CF7’ is closed to new replies.