• Resolved EchoJourney

    (@surefire12345)


    No problem with the CAPTCHA code displaying but even when it’s entered absolutely correctly (yes I’ve checked up and lower case and even viewed the image via FTP to double-check), when the form is submitted it still says:

    “Your entered code is incorrect.”

    … even though it is patently correct.

    Here’s an example of a page where it won’t work: http://www.shapps.com/volunteer/

    Any ideas?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Read this doc first:
    Why isn’t My AJAX Contact Form Working Correctly?

    Then check if your theme’s footer.php contains <?php wp_footer(); ?>

    Thread Starter EchoJourney

    (@surefire12345)

    So adding the <?php wp_footer(); ?> has definitely helped in that the screen was refreshing before when a form was submitting. Now it smoothly submits via the circular hour glass which is much prettier. So that was AJAX not working previously.

    However, it hasn’t actually resolved the main problem which is that the CAPTCHA code error still occurs, though this time a red error box appears without any writing in it.

    Somehow it seems to believe that the correct CAPTCHA code entered isn’t correct.

    Any further suggestions?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What is in the wpcf7_captcha folder? There should be pairs of .png and .php sharing the same prefix number.

    Thread Starter EchoJourney

    (@surefire12345)

    Aha, only .png in that folder. What next?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What web server do you use? IIS?

    If you use PHP safe mode, it can cause problems, it should be turned off.

    Thread Starter EchoJourney

    (@surefire12345)

    Bingo! It’s a Linux Plesk server and PHP safe mode was switched on. Switched that off and it works a treat.

    Thanks very much. Donation on its way.

    Dana

    (@danaparkinson)

    I have to enter the CAPTCHA twice. The first time it says it was entered incorrectly, the second time it works, always. head and footer tags are where they should be. I’m not sure what else the problem could be. I know it has to do with how quickly the form is loading but don’t know how to fix it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Contact Form 7] CAPTCHA code displays ok, but msg Your entered code is incorrect always dis’ is closed to new replies.