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

    (@menno1987)

    Already got it sorted like so …:

    add_action(“wpcf7_before_send_mail”, “custom_function_name”);
    function custom_function_name($cf){
    if($cf->id==//idname){
    //execute code
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to update database form send’ is closed to new replies.