• Resolved soulevan

    (@soulevan)


    After the installation in WP5.0 and the correct integration of the new captcha v3 keys, i cannot send emails anymore. I get always the “Input was detected as Spam” Notice. That is the correct translation from the adminpanel. On the frontend i get a similar message.

    It doesn’t matter which email i use or what i am entering. The contact form is dead.

    If I check the network traffic I see the entry without submitted the form:

    POST
    https://www.google.com/recaptcha/api2/reload?k=%5BMYKEY%5D

    Answer:
    SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
    )]}’
    [“rresp”,CUT…..

    If i try to submit the form, the result is the same.

    • This topic was modified 7 years, 7 months ago by soulevan. Reason: Additional text
Viewing 1 replies (of 1 total)
  • Thread Starter soulevan

    (@soulevan)

    SORRY Man! I am just stupid and forgot, that i have restricted the external request on my site in the wp-config.php

    For all other interested:

    /* Block External Request */
    define( ‘WP_HTTP_BLOCK_EXTERNAL’, true );
    define( ‘WP_ACCESSIBLE_HOSTS’, ‘*.google.com’ );

    U must allow *.google.com 😀

Viewing 1 replies (of 1 total)

The topic ‘Every Test Submission fails (Version 5.1)’ is closed to new replies.