Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 893 Bytes

mailchimp.md

File metadata and controls

43 lines (29 loc) · 893 Bytes

Mailchimp Form Field

The following is showing an example how you can use the Mailchimp form field to add customers to your Mailchimp lists.

Installation

First of all you need to install drewn's Mailchimp API, if this bundle is missing the Mailchimp Fieldtype won't be available.

{
    "require": {
        "drewm/mailchimp-api": "^2.2"
    }
}

or

composer require drewm/mailchimp-api:^2.2

Config

add the following config to app/config/config.yml

sulu_form:
    mailchimp_api_key: %parameter_recommended_for_mailchimp_api_key%

Where is my Mailchimp API Key?

Account -> Extras -> Api Keys (create new / use existing)

or

https://us14.admin.mailchimp.com/account/api/

Why is there still no Mailchimp Fieldtype?

  1. Did you install the bundle?
  2. Did you added an Api-Key?
  3. Did you create a list what can be shown in the fieldtype?