Title: [Plugin: Contact Form 7] PHP integration
Last modified: August 20, 2016

---

# [Plugin: Contact Form 7] PHP integration

 *  [abdabs](https://wordpress.org/support/users/abdabs/)
 * (@abdabs)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-php-integration/)
 * Hi,
 * I use the Contact Form 7/PHP for quite simple registration use. Thus, I use the
   $_POST variables to be printed out at a second site, based on what the user entered.
 * My own generated CF7 used to work ever so well, after I updated it today. What
   I did, was that firstly turned off the AJAX and redirected to new site;
 * —wp-contact-form-7.php—-
    if ( ! defined( ‘WPCF7_LOAD_JS’ ) ) define( ‘WPCF7_LOAD_JS’,
   false); —————————– in advanced settings; on_sent_ok: “location.replace(‘[http://www.url.com&#8217](http://www.url.com&#8217););”
 * But now, the system do not output any of the text fields, textarea,etc in the
   $_POST variable. What can I do to retrieve all the inputed information??
 * Thanks, abdabs
 * — This is what the $_POST var includes now —-
    array(5) { [“_wpcf7”]=> string(
   3) “215″ [“_wpcf7_version”]=> string(3) “3.0″ [“_wpcf7_unit_tag”]=> string(16)“
   wpcf7-f215-p5-o1″ [“_wpcf7_captcha_challenge_captcha-368”]=> string(10) “1298370894″[“
   _wpcf7_mail_sent”]=> array(4) { [“id”]=> int(215) [“ok”]=> bool(true) [“message”]
   => string(43) “Your message was sent successfully. Thanks.” [“spam”]=> bool(false)}
 * What the system
 * [http://wordpress.org/extend/plugins/contact-form-7/](http://wordpress.org/extend/plugins/contact-form-7/)

The topic ‘[Plugin: Contact Form 7] PHP integration’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [abdabs](https://wordpress.org/support/users/abdabs/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-php-integration/)
 * Status: not resolved