andrewlimaza / caldera-forms-anti-spam

Caldera Forms Anti Spam WordPress plugin. This adds Google's reCAPTCHA field to your Caldera Form.
https://wordpress.org/plugins/cf-anti-spam/
25 stars 16 forks source link

reCAPTCHA not displayed when AJAX submission is disabled. #10

Open netzih opened 5 years ago

netzih commented 5 years ago

When I have AJAX submissions disabled ReCaptcha is not coming up and it's required so users cannot submit form). When I enable it than it does come up fine. Problem is I am having an issue (which many others seem to have as well) where ajax form submissions are not working at all.

andrewlimaza commented 5 years ago

Please can you try add the following line of code to your child theme's functions.php or a custom plugin.

add_filter( 'caldera_forms_render_assets_minify', '__return_false' );