One or more fields have an error. Please check and try again.


Home Forums Advanced noCaptcha & invisible Captcha PRO One or more fields have an error. Please check and try again.

This topic is: Resolved

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #38536
    Justin Pinter
    Participant

    For some reason the plugin has stopped working for all our forms. I had to remove the shortcode from all the forms for them to work again.

    Shortcode: [anr_nocaptcha g-recaptcha-response]

    I was using it on all customer based form submission pages on our website prior. However, now when I use the shortcode, it won’t let you submit the form. After you fill out all the fields and click submit, you get this error message “One or more fields have an error. Please check and try again.”

    I do have the premium/pro version of the plugin too.

    #38539
    Justin Pinter
    Participant

    Our website is http://www.randrheating.com.

    All of our front facing forms for customer inquiries were using the captcha shortcode. But a week or so ago, it stopped working, making all our form submissions not capable of sending. So I had to remove the shortcode.

    #38543
    Shamim Hasan
    Keymaster
    #38563
    Justin Pinter
    Participant

    Everything was installed correctly. Again, everything has been working fine for the last couple months. It stopped working last week though.

    #38565
    Justin Pinter
    Participant

    Attached are photos showing the Settings, shortcode implemented in a form, and the error message on the form when trying to submit.

    When I remove the shortcode for your plugin, then the form submits fine. So it’s an issue with the plugin / shortcode.

    Attachments:
    You must be logged in to view attached files.
    #38587
    Shamim Hasan
    Keymaster

    Can you please give me screenshot of settings page bellow part?

    #38596
    Justin Pinter
    Participant

    Here you go.

    Attachments:
    You must be logged in to view attached files.
    #38612
    Shamim Hasan
    Keymaster

    Please follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/

    As you are using “Hide Captcha for logged in users?”, you need to add additional 2 hooks as described in that docs page.

    #38614
    Justin Pinter
    Participant

    The captcha is not used for logged in users.

    #38616
    Justin Pinter
    Participant

    We use it on request a quote / schedule service / contact us forms. So there is no login required to fill out the form. I originally bought this plugin to help prevent spam. However, ever since it stopped working, I had to remove the shortcode so customers could still fill out our forms. But now, we’re getting spam again.

    So something happened in either a recent update or something where the plugin isn’t allowing you to submit a form. It’ll say “One or more fields have an error.”

    I don’t know what happened though, because I never changed or did anything with it and it was working fine for months.

    #38621
    Shamim Hasan
    Keymaster

    This changes is not for this plugin, Something changes in Contact Form 7.
    You can add following code in your child theme’s functions.php and it will start working again

    add_filter( 'wpcf7_verify_nonce', '__return_true' );
    add_filter( 'wpcf7_spam', '__return_false' );
    
    #38623
    Justin Pinter
    Participant

    Excellent. I’ll try this out and let you know if it worked.

    #38625
    Justin Pinter
    Participant

    I’m still seeing the “One or more fields have an error” message. Is there a particular area in the functions.php file I need to paste that code into?

    public_html/wp-content/themes/composer/functions.php

    That’s the file I added it to.

    #38627
    Justin Pinter
    Participant

    Finally got it to work.

Viewing 14 posts - 1 through 14 (of 14 total)

You need to purchase ‘Advanced noCaptcha & invisible Captcha PRO’ to create topic in this support forum.

If you already purchased ‘Advanced noCaptcha & invisible Captcha PRO’ please LOGIN.