• DenisCGN

    (@deniscgn)


    Hello,

    who can explain how to change the ACTION URL. It must work with this hook I think.

    wpcf7_form_action_url

    But How? I put an add filter function in my functions.php but it does not work.

    add_filter('wpcf7_form_action_url', 'wpcf7_custom_form_action_url');
    function wpcf7_custom_form_action_url($url)
    {
            return 'myURL';
    }

    When I hit the SEND button, the small spinning wheel tunrs and turns but nothing happens. And the Form validation does not work.

    Can please someone help me.

    Denis

    https://wordpress.org/plugins/contact-form-7/

The topic ‘wpcf7_form_action_url’ is closed to new replies.