Title: Send data first step
Last modified: January 22, 2017

---

# Send data first step

 *  [jluisprieto](https://wordpress.org/support/users/jluisprieto/)
 * (@jluisprieto)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/send-data-first-step/)
 * Hi, I’m sorry I do not write well English, I’m Spanish and I use google translate
 * **Many people do not fill out the second form**, how can I get them to submit
   the first form?
 * I know I can have duplicate information. But it’s better than **losing a client**.
   
   Thank you.

Viewing 1 replies (of 1 total)

 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/send-data-first-step/#post-8698869)
 * You can add the following code in your theme’s functions.php file.
 *     ```
       /**
        * Always receive an email when a CF7 form is submitted.
        */
       function my_wpcf7_posted_data_filter( $posted_data ) {
           $wpcf7 = WPCF7_ContactForm::get_current();
           $wpcf7->skip_mail = false;
           return $posted_data;
       }
       add_filter( 'wpcf7_posted_data', 'my_wpcf7_posted_data_filter' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Send data first step’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7-multi-step-module/assets/icon-256x256.png?
   rev=1793363)
 * [Contact Form 7 Multi-Step Forms](https://wordpress.org/plugins/contact-form-7-multi-step-module/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-multi-step-module/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/reviews/)

## Tags

 * [send data](https://wordpress.org/support/topic-tag/send-data/)

 * 1 reply
 * 2 participants
 * Last reply from: [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/send-data-first-step/#post-8698869)
 * Status: not resolved