Trace Richardson replied that it's a known formidable support issue.
add_filter( 'frm_turnstile_js_url', function( $url ) { return $url .= '&render=explicit'; } );
I added this to my custom CSS code for the site but it did not get rid of the duplicate cloudflare box on my forms. Maybe I added it in the wrong place? I went to Appearance, Customize and CSS to add it
Patty, this is php not css. I put this code in my Code Snippets plugin which is a plugin like WPCode that Formidable recommends. Below is what Formidable Support said about where to put this code:
To add the code, you can use either the WPCode plugin, your own plugin, or your theme's functions.php file. We recommend using the WPCode plugin as it offers some useful features and ensures that your functionality remains intact even if you change themes.
You can download the WPCode plugin at this link: https://wordpress.org/plugins/insert-headers-and-footers/
For more information on how to add the code, please refer to our documentation at this link: https://formidableforms.com/knowledgebase/formidable-hooks/#kb-where-to-put-the-code
Please login or Register to submit your answer
I have the same issue and support has confirmed it is a known issue.
Thanks Trace! Is it a Formidable support issue? or a Cloudflare support issue?
It is a formidable issue.
ok thanks much for the reply!
No problemo!