Poster les données sur une autre page Contact Formulaire 7

add_filter('wpcf7_form_action_url', 'wpcf7_custom_form_action_url');
function wpcf7_custom_form_action_url(){
    return 'www.myposthandler.com';
}
Disturbed Dugong