• Resolved warchiefscar

    (@warchiefscar)


    I’ve made a thread about this before, but it was closed. The issue still persists, even with latest Contact Form 7 installed.

    The last user mentioned something about deregister in my functions.php file, but I don’t know what that is. I looked in functions and this is the only ‘register’ piece of code:

    function wpcf7_register_post_types() {
    	if ( class_exists( 'WPCF7_ContactForm' ) ) {
    		WPCF7_ContactForm::register_post_type();
    		return true;
    	} else {
    		return false;
    	}

    I’d love to have this solved! Please help. Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter warchiefscar

    (@warchiefscar)

    I resolved this by adding the following code to my theme’s custon CSS:

    .wpcf7 > .screen-reader-response {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form 7 Thank You Message Appearing Twice’ is closed to new replies.