• Resolved asa.wolfson

    (@asawolfsongmailcom)


    Hi,
    I am using your plugin on a website and enjoying it very much. Using it to have people sign petitions. recently came across a little glitch though. one of my petitions send a letter out to a third party email, and the plugin saves each submission twice. how can I solve this? can you help? thank you!!

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

Viewing 1 replies (of 1 total)
  • paulgwamanda

    (@paulgwamanda)

    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');
Viewing 1 replies (of 1 total)
  • The topic ‘plugin saves submission twice’ is closed to new replies.