# Partial Entries and Active Campaign

**URL:** https://community.gravityforms.com/t/partial-entries-and-active-campaign/11467
**Category:** Get Help
**Tags:** tags, partial-entries, activecampaign
**Created:** [December 22, 2021, 12:09am UTC](https://community.gravityforms.com/t/partial-entries-and-active-campaign/11467 "2021-12-22T00:09:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![user5eb9f17c5d463175](https://avatars.discourse-cdn.com/v4/letter/u/e79b87/32.png) [@user5eb9f17c5d463175](https://community.gravityforms.com/u/user5eb9f17c5d463175)
#### Post date: [December 22, 2021, 12:09am UTC](https://community.gravityforms.com/t/partial-entries-and-active-campaign/11467/1 "2021-12-22T00:09:38Z")

</div>

I used to have GF send partial entries to ActiveCampaign with a specific tag. For whatever reason its no longer sending the Tag, i believe there was an update to AC.

This is what I have.

```auto
add_action( 'gform_partialentries_post_entry_saved', 'send_to_activecampaign_on_partial_entry_saved', 10, 2 );
function send_to_activecampaign_on_partial_entry_saved( $partial_entry, $form,) {
    if ( function_exists( 'gf_activecampaign' ) ) {
        $partial_entry['status'] = 'partial';
        gf_activecampaign()->maybe_process_feed( $partial_entry, $form, );
    }
}

```

Can someone help me with adding a specific Tag to all my partial entries?

Thanks.  
Cam.

---

<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 23, 2021, 3:28pm UTC](https://community.gravityforms.com/t/partial-entries-and-active-campaign/11467/2 "2021-12-23T15:28:36Z")

</div>

Cam, the snippet that you’re using is only intended to trigger the ActiveCampaign feed for partial entries, it doesn’t has any control over tags added.

I would recommend you to [open a support ticket](https://www.gravityforms.com/open-support-ticket/technical/) to investigate the issue further.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/gravityforms1/original/2X/f/fef63f0599c45e0218c30d9f5d7ca8bff9b00189.png) [@system](https://community.gravityforms.com/u/system)
#### Post date: [January 22, 2022, 3:29pm UTC](https://community.gravityforms.com/t/partial-entries-and-active-campaign/11467/3 "2022-01-22T15:29:29Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
