# HOWTO: Campaign, forms data to Pipedrive?

**URL:** https://forum.mautic.org/t/howto-campaign-forms-data-to-pipedrive/17921
**Category:** Product Support
**Created:** [January 26, 2021, 10:30am UTC](https://forum.mautic.org/t/howto-campaign-forms-data-to-pipedrive/17921 "2021-01-26T10:30:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vvaisanen](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/vvaisanen/32/3051_2.png) [@vvaisanen](https://forum.mautic.org/u/vvaisanen)
#### Post date: [January 26, 2021, 10:30am UTC](https://forum.mautic.org/t/howto-campaign-forms-data-to-pipedrive/17921/1 "2021-01-26T10:30:45Z")

</div>

**Your software**  
My Mautic version is: latest  
My PHP version is: latest

**Your problem**  
I have a campaign which has a web form. I would like to see the the form data in Pipedrive’s Notes.

Can someone tell me how? Or is there a better solution to achieve this?

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [January 27, 2021, 6:10pm UTC](https://forum.mautic.org/t/howto-campaign-forms-data-to-pipedrive/17921/2 "2021-01-27T18:10:45Z")

</div>

Hi,  
PD integration can’t do it as default.  
You need to get your hands ‘coding-dirty’.  
PD has an API:

> **[IsraelOrtuno/pipedrive](https://github.com/IsraelOrtuno/pipedrive)**
>
> Complete Pipedrive API client for PHP. Contribute to IsraelOrtuno/pipedrive development by creating an account on GitHub.

If you really wanna do this, I’d have Mautic post the form results to another form, that captures the content, forms a nice payload, and pushes it in via API.

OR

Maybe you can have an email sent to your PD account from the form?

OR

Here is a tutorial how to connect with custom forms with PD - maybe that is an alternative solution:  
[https://docs.mautic.org/en/plugins/pipedrive](https://docs.mautic.org/en/plugins/pipedrive)

See section ‘custom fields’

Good Luck.

---

<div class="post-metadata">

### Author: ![vvaisanen](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/vvaisanen/32/3051_2.png) [@vvaisanen](https://forum.mautic.org/u/vvaisanen)
#### Post date: [January 28, 2021, 1:35pm UTC](https://forum.mautic.org/t/howto-campaign-forms-data-to-pipedrive/17921/3 "2021-01-28T13:35:25Z")

</div>

Hi,

thanks for the tips! I will research these options 🙂

-Ville
