2017 © Pedro Peláez
 

silverstripe-module editablemailchimpsubscriptionfield

A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.

image

lerni/editablemailchimpsubscriptionfield

A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.

  • Tuesday, January 19, 2016
  • by lerni
  • Repository
  • 1 Watchers
  • 3 Stars
  • 955 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

EditableMailchimpSubscriptionField

A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups., (*1)

Installation

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)

Status

The module just basically works :) hope pushing it here keeps me going., (*6)

How to use

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)

The Versions

19/01 2016

dev-master

9999999-dev

A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.

  Sources   Download

BSD-3-Clause

The Requires

 

mailchimp silverstripe userforms