• I want to suppress the default summary message after a successful form submission. I have used the following code to create an overlay that will provide a successful message to the user:
    document.addEventListener( 'wpcf7mailsent', function( event ) { jQuery('#myModal').modal('show');}, false );

    So, is there a way to hide the default success message that gets shown to the user with the green border?

    I’ve even tried to hide the element with the following code but that did not work also. jQuery('.wpcf7-response-output').hide();

    Any help would be much appreciated.

    The page I need help with: [log in to see the link]

  • The topic ‘Suppress default success message after form submission’ is closed to new replies.