michaeljjames/silverstripe-udf-mailchimp

Adds a new field to UDF to allow you to let users choose to subscribe to a mailchimp list you have choose in the admin

Maintainers

Package info

github.com/MichaelJJames/silverstripe-udf-mailchimp

Homepage

Issues

Type:silverstripe-vendormodule

pkg:composer/michaeljjames/silverstripe-udf-mailchimp

Statistics

Installs: 858

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2018-03-24 14:26 UTC

This package is not auto-updated.

Last update: 2026-03-01 13:36:43 UTC


README

Adds a new field to UDF to allow you to let users choose to subscribe to a mailchimp list you have choose in the admin

Requirements

SilverStripe SS4

drewm/mailchimp-api

Installation

composer require michaeljjames/silverstripe-udf-mailchimp

In your /mysite/_config/mysite.yml

MichaelJJames\UDFMailchimp\UDFMailChimpField:
  mailchimp_key: YOUR KEY HERE

MailChimp Lists

If you add a new mailchimp list and it doesn't show in the CMS you may want to ?flush=1 as the lists are cached to save making the request on each page load.