We have added “First name” and “Last name” in PERSON fields in pipe drive.
When i looking wordpress cf7_pipedrive integration the custom fields are not listing to integrate.
can you please advice.
Thanks.
]]>After sending the form, everything works great. An Organization, Deal and Person is created in PipeDrive and the data appears where I want it.
The only problem I can’t deal with is connecting the person to the organization.
Please see the screenshots:
https://ibb.co/dmnGcbj
https://ibb.co/MfR8kz5
What should I do?
]]>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=’.$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
]]>Whilst adding new contact forms to pipedrive integration, the old ones have stopped pulling through, and i’m unable to the check boxes (well i’m able to check them but they don’t stay once saved) to attach a person to deal, and attach an organisation to deal. Basically, i want any contact form on our website to all pull through into leads in.
]]>Hello there,
Thank you so much for the nice plugin!
We were wondering if it is possible to somehow send also files to pipedrive. We have a scenario where our customers need to send us their project for evaluation. On CF7 we can configure a field to send a file. But the configuration on your plugin for this kind of field is what I am unsure on how to proceed, Could you please bring in some light to us?
Thanks a lot!
]]>Hi…
I’ve gotten my CF7 to integrate with pipedrive but I cannot get it to send the actual message of the form..
i.e. the form message is your-message in cf7. But I cannot work out which setting in wordpress to make this send the enquiry message from the customer into the notes section of wordpress.
I’ve tried.
Deal Value
Deal Status
The only one I can do is deal title and it makes the title huge!
Also I cannot find the value to match the date the customer adds in the date column at the bottom of [ redundant link removed ]
Many thanks
]]>Hello,
I have some issue with my people.
When someone send a form and was already existing in my Pipedrive, it creates a new people with the same name and the same email.
And so I have duplicated people in my Pipedrive.
Is there a solution to this problem ?
Thank you in advance for your help.
Maxime
]]>I’m trying to use multi-select checkboxes in my CF7 form to send to a multi-select custom field in Pipedrive. Is there a specific syntax to make this work? Right now it doesn’t send any data.
]]>Leads aren’t getting logged into Pipedrive as “New Leads.” Contact info for the lead is getting into Pipedrive, but the status is failing to update. Can provide website details via private message.
]]>I have installed the plugin and configured it with the proper code but nothing gets updated in Pipedrive when a new lead comes in. Please help!
There’s a second tab in the plugin for the Contact Form 7 with drop down menus. What are those for? I’ve tested it every way I can think of but it still doesn’t cause it to show up in pipedrive.
]]>Hi,
I am getting Query error in front end when activating plugin
Please check below error message:
Call to a member function get_queried_object() on a non-object in ../wp-includes/query.php on line 44
]]>Hi,
We used to get form submissions to our various email before using this plugin.
Is it possible to get those submissions too with this integration?
Thank you.
]]>Hi! When i try to submit the form, nothing happens in the pipedrive no deal/person/organization is created
The API is correct, everything looks fine
CF7 version = 5.0
CF7 just released an update a day ago and updating CF7 will return a fatal error: Fatal error: Uncaught Error: Class ‘WPCF7_ContactForm’ not found..
]]>Hi! We created custom fields for our pipedrive & contact form integration. Everything worked really great, except for the dates. We realised that the format “accepted” by the plugin was mm/dd/yyyy & dd month yyyy (1 March 2018 etc), and ours (datepicker) that had the input format of dd/mm/yyyy could not get captured correctly in the pipedrive. All dates showed as Jan 01, 1970.
Version of contact form 7 = 4.9.2
Looking forward for your kind assistance, thank you!
]]>Hi, Thank you for the nice plugin.
I have a 4 pipeline under one account in pipedrive. When I use the api from pipedrive there is no option to choose on your plugin on which pipeline it will sync. Please see attached image. Thank you
]]>Hi there.
Is it possible to have custom fields added to the configuration?
I have more fields configured on pipedrive and I required that those fields would be populated by this plugin.
I have skills on programing, just need some lights and we can make a good update for the plugin.
Thanks
]]>CF7 form ist setup correctly and working – but under “Pipedrive Settings” i can′t choose any fields ( Person Name, Person Email,…) – all selects are empty?
]]>