Title: Execute php function on submit
Last modified: November 29, 2020

---

# Execute php function on submit

 *  [kzou13](https://wordpress.org/support/users/kzou13/)
 * (@kzou13)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/execute-php-function-on-submit/)
 * Hello, 3 hours i try to execute my function on submit.
    I add this code in function.
   php and it doesn’t word. Please help my i’m totally blocked Thanks 🙂
 * function redirectionFormulaire() {
    console.log(“YESSSSSSSSSSSSS”); } add_action(‘
   wpcf7_submit’, ‘redirectionFormulaire’ );

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/execute-php-function-on-submit/#post-13722917)
 * Hello [@kzou13](https://wordpress.org/support/users/kzou13/),
 * Please read the article [DOM events](https://contactform7.com/dom-events/) to
   learn more about the types of custom DOM events Contact Form 7 provides.
 * Best regards,
    Yordan.
 *  Thread Starter [kzou13](https://wordpress.org/support/users/kzou13/)
 * (@kzou13)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/execute-php-function-on-submit/#post-13723046)
 * Thank you, I tried this, it works but I would like to use one php function.
 * Is it possible to execute php function with this ?
    Thank you Yordan
 * document.addEventListener( ‘wpcf7submit’, function( event ) {
    if ( ‘123’ == 
   event.detail.contactFormId ) { alert( “The contact form ID is 123.” ); // do 
   something productive } }, false );

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Execute php function on submit’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [dom events](https://wordpress.org/support/topic-tag/dom-events/)

 * 2 replies
 * 2 participants
 * Last reply from: [kzou13](https://wordpress.org/support/users/kzou13/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/execute-php-function-on-submit/#post-13723046)
 * Status: not resolved