# Funnel Partial Entries Into ActiveCampaign

**URL:** https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305
**Category:** Get Help
**Tags:** partial-entries, activecampaign, gform\_partialentries\_post\_event
**Created:** [December 29, 2020, 5:48am UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305 "2020-12-29T05:48:34Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![user5eac248ea0e62396](https://avatars.discourse-cdn.com/v4/letter/u/ed655f/32.png) [@user5eac248ea0e62396](https://community.gravityforms.com/u/user5eac248ea0e62396)
#### Post date: [December 29, 2020, 5:48am UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305/1 "2020-12-29T05:48:34Z")

</div>

Howdy! I have a two-page form. Page one is a lead collection page, page two is a payment page - as you can imagine, a lot of folks stop after page one, and I’d like to do an abandon cart sequence through my email marketing list of choice, ActiveCampaign.

I’ve integrated with ActiveCampaign inside of GravityForms, and I do have access to the Partial Entries add-on, but it doesn’t seem like it sends partial entries to ActiveCampaign by default.

Is there an easy way to make it do so? If not, what am I looking at from a technical perspective?

Cheers, and happy holidays,

Nate

---

<div class="post-metadata">

### Author: ![sacom](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/sacom/32/53_2.png) [@sacom](https://community.gravityforms.com/u/sacom)
#### Post date: [December 30, 2020, 2:20pm UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305/2 "2020-12-30T14:20:47Z")

</div>

Sending Partial Entries to ActiveCampaign is not a built-in feature, but you can use the gform\_partialentries\_post\_event to fire a little snippet that would do that. Here’s an [example for the Mailchimp add-on](https://docs.gravityforms.com/gform_partialentries_post_event/#1-trigger-mailchimp-feeds).

Simply change all occurrences of `mailchimp` in the snippet to `activecampaign` and it should work.

---

<div class="post-metadata">

### Author: ![user6026ac4750cf4242](https://avatars.discourse-cdn.com/v4/letter/u/cdc98d/32.png) [@user6026ac4750cf4242](https://community.gravityforms.com/u/user6026ac4750cf4242)
#### Post date: [February 16, 2021, 3:57pm UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305/3 "2021-02-16T15:57:17Z")

</div>

@user5eac248ea0e62396 Did this method work? Just adding the snippet from above to Functions.php I’d love to know…

@sacom it would be really great to see this tested and added as a feature of the Partial Entries Addon - very powerful as forms are often not completed. Or perhaps add a version to the page you linked above that works in Active Campaign

---

<div class="post-metadata">

### Author: ![chrishajer](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/chrishajer/32/88_2.png) [@chrishajer](https://community.gravityforms.com/u/chrishajer)
#### Post date: [February 16, 2021, 5:45pm UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305/4 "2021-02-16T17:45:53Z")

</div>

Hi Jon. If you would like to suggest that for inclusion in the future, I recommend adding that to our product roadmap. Click the blue ➕ in the lower left on this page to add a note for our product team:

[https://www.gravityforms.com/gravity-forms-roadmap/](https://www.gravityforms.com/gravity-forms-roadmap/)

Thank you.

---

<div class="post-metadata">

### Author: ![JamieO](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/jamieo/32/2521_2.png) [@JamieO](https://community.gravityforms.com/u/JamieO)
#### Post date: [February 18, 2021, 3:43am UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305/5 "2021-02-18T03:43:32Z")

</div>

Jon / Nathan,

It seems like the code approach Samuel offered is a very straight forward one with minimal code that should serve you well. If you are interested in a different/no code approach, [Gravity Flow](https://gravityflow.io) integrates with the Gravity Forms Partial Entries Add-On ([our docs page about setup](https://docs.gravityflow.io/article/258-partial-entries)) as well having a step type for the Active Campaign feed.

---

<div class="post-metadata">

### Author: ![richardw8k](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/richardw8k/32/2354_2.png) [@richardw8k](https://community.gravityforms.com/u/richardw8k)
#### Post date: [January 4, 2022, 5:46pm UTC](https://community.gravityforms.com/t/funnel-partial-entries-into-activecampaign/7305/6 "2022-01-04T17:46:47Z")

</div>


