PHPackages                             mediabeast/campaign-monitor-userform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. mediabeast/campaign-monitor-userform

ActiveSilverstripe-module[Mail &amp; Notifications](/categories/mail)

mediabeast/campaign-monitor-userform
====================================

Custom Userform Field which integrates with Campaign Monitor

1.2.4(5y ago)52.2k7PHPCI failing

Since May 10Pushed 5y agoCompare

[ Source](https://github.com/mediabeastnz/campaign-monitor-userform)[ Packagist](https://packagist.org/packages/mediabeast/campaign-monitor-userform)[ Docs](https://github.com/mediabeastnz/campaign-monitor-userform)[ RSS](/packages/mediabeast-campaign-monitor-userform/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

\#Campaign Monitor UserForm Field Adds a custom field to UserForms which allows you to select a list from campaign monitor, set custom fields and subscribe on submission.

### Installation

[](#installation)

Via composer

```
composer require mediabeast/campaign-monitor-userform

```

##### Configuration

[](#configuration)

To connect to your campaign monitor field you will need to set two fields in your config.yml.

```
EditableCampaignMonitorField:
    api_key: 'API KEY GOES HERE'
    client_id: 'CLIENT ID GOES HERE'

```

^ These setting can be found in client settings area in Campaign Monitor.

##### Customisation

[](#customisation)

You can also change what type of field is actually used on the UserForm. By Default it's a checkbox field. You can change this via your config.yml OR via the CMS per form. If you choose to use a DropdownField you can add options under the Custom Options tab.

```
EditableCampaignMonitorField:
    defaultFieldType: 'DropdownField'

```

##### Adding Custom Fields

[](#adding-custom-fields)

You can integrate your campaigns custom fields with the fields on your form. To do so you must name the field(s) with the prefix 'customfields\_', so for example if your custom field was called `interests` then the field name on your form must be named `customfield_interests`. The module will automatically push all fields to Campaign Monitor if there's a match. Note: there are a few caveats here e.g. you have to ensure if a field is required then it needs to be required at both ends.

##### Extensions

[](#extensions)

There are a few extension hooks which can be useful to handle data before and after saving throughout the process.

- `$this->extend('beforeValueFromData', $data)`
- `$this->extend('afterValueFromData', $data)`
- `$this->extend('updateLists', $data)`
- `$this->extend('updateCustomFields', $custom_fields)`

[![field configuration example](https://camo.githubusercontent.com/3b4f62a60d26e3677ecdf7538256f7b9f15f7512aee0832e2b56e7b8a33dad1d/687474703a2f2f692e696d6775722e636f6d2f336d42675352712e706e67)](https://camo.githubusercontent.com/3b4f62a60d26e3677ecdf7538256f7b9f15f7512aee0832e2b56e7b8a33dad1d/687474703a2f2f692e696d6775722e636f6d2f336d42675352712e706e67)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~253 days

Recently: every ~314 days

Total

7

Last Release

2143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e4d1e3c7076289316ec631e25f7d4b76636a8ba36ce4f6d90461ff6a9fa002d?d=identicon)[mediabeast](/maintainers/mediabeast)

---

Top Contributors

[![mylesthedev](https://avatars.githubusercontent.com/u/909749?v=4)](https://github.com/mylesthedev "mylesthedev (26 commits)")[![dawb](https://avatars.githubusercontent.com/u/777930?v=4)](https://github.com/dawb "dawb (1 commits)")[![michalkleiner](https://avatars.githubusercontent.com/u/233342?v=4)](https://github.com/michalkleiner "michalkleiner (1 commits)")

---

Tags

emailsilverstripecampaignuserformsmonitorCampaign Monitoruserform

### Embed Badge

![Health badge](/badges/mediabeast-campaign-monitor-userform/health.svg)

```
[![Health](https://phpackages.com/badges/mediabeast-campaign-monitor-userform/health.svg)](https://phpackages.com/packages/mediabeast-campaign-monitor-userform)
```

###  Alternatives

[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[camfindlay/apes

The Automated Provision of Email Services (APES) module will allow you to set up an automated sync mechanism between the SilverStripe Member DataObject and MailChimp.

122.6k](/packages/camfindlay-apes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
