Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jasongreen

    (@jasongreen)

    Hi acris

    You can add the following function to your site and disable mail2 submissions for all contact forms from being saved:

    function wpcf7s_disable_mail2(){
        return false;
    }
    add_filter('wpcf7s_save_submission_mail2', 'wpcf7s_disable_mail2');

    Any problems let me know.

    Thread Starter acris

    (@acris)

    thank you. It works ??

    This is exactly what I needed, thx!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prevent submission for Email(2)’ is closed to new replies.