silverstripe-vendormodule 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
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
- Saturday, March 24, 2018
- by MichaelJJames
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
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, (*1)
Requirements
SilverStripe SS4, (*2)
drewm/mailchimp-api, (*3)
Installation
composer require michaeljjames/silverstripe-udf-mailchimp
In your /mysite/_config/mysite.yml, (*4)
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., (*5)