dev-master
9999999-devA Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.
BSD-3-Clause
The Requires
by Lukas Erni
mailchimp silverstripe userforms
A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.
A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups., (*1)
The easiest way is to use composer:, (*2)
composer require lerni/editablemailchimpsubscriptionfield
If you just clone/download this repository make sure you have the required packages also installed., (*3)
"require": { "silverstripe/userforms": "dev-master", "drewm/mailchimp-api": "dev-master" },
Add your MailChimp API-Key per _config, (*4)
`NewsletterSignup::set_api_key('...');`
Run dev/build
afterwards., (*5)
The module just basically works :) hope pushing it here keeps me going., (*6)
Currently the Fieldnames in MailChimp and the Fieldnames in the Form need to match and you still need to map manually in the options of the field., (*7)
A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.
BSD-3-Clause
mailchimp silverstripe userforms