Title: All Forms Not Working
Last modified: October 1, 2019

---

# All Forms Not Working

 *  [ancibanancimover](https://wordpress.org/support/users/ancibanancimover/)
 * (@ancibanancimover)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/all-forms-not-working/)
 * Hello, we are experiencing problems with all the forms we have. All of them are
   missing the fields, and none of the leads are going to Pipedrive anymore. We 
   have tried the code:
 * add_filter(‘cf7_pipedrive_deal_fields’, ‘update_fields’);
    function update_fields(
   $fields) { $api_obj = Cf7_Pipedrive_Admin_Settings::get_instance(); $result =
   json_decode (file_get_contents(‘[https://api.pipedrive.com/v1/dealFields?api_token=&#8217](https://api.pipedrive.com/v1/dealFields?api_token=&#8217);.
   $api_obj->cf7_pipedrive_api_key) ); foreach ($result->data as $field){ $fields[
   $field->key] = array( ‘api_key’ => $field->key, ‘display_name’ => $field->name);}
   return $fields; }
 * However, this did not help. We have the newest version of WP 5.2.3 and CF7 5.1.4.
   Might this be causing the issue? Thank you in advance

 The topic ‘All Forms Not Working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cf7-pipedrive-integration_d0bea0.
   svg)
 * [CF7 Pipedrive Integration](https://wordpress.org/plugins/cf7-pipedrive-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-pipedrive-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-pipedrive-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-pipedrive-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-pipedrive-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-pipedrive-integration/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ancibanancimover](https://wordpress.org/support/users/ancibanancimover/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/all-forms-not-working/)
 * Status: not resolved