• On our websites we use Contact Form 7 without the JS. We disable CSS and JS in the following (officially supported) way:

    add_filter('wpcf7_load_css', '__return_false');
    add_filter('wpcf7_load_js', '__return_false');

    When adding Turnstile to one of our forms, it basically works, but when submitting the form it somehow prevents the success message from showing. Normally CF7 without JS just sends a POST request to the same page and displays the success message in the place where the form has been.

    With the Turnstile plugin enabled, it still sends the form but the form still appears without any success message, not telling the user if the submission worked.

    As soon as I disabled your Turnstile plugin, it worked again.

    Please let me know if this is a bug or a necessary change for Turnstile to work, as I then would need to change my form submission strategy.

    Thanks!

    • This topic was modified 2 years, 2 months ago by fr3ino.
    • This topic was modified 2 years, 2 months ago by fr3ino.
    • This topic was modified 2 years, 2 months ago by fr3ino.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Turnstile in Contact Form 7 without JS prevents success message from showing’ is closed to new replies.