The following is showing an example how you can use the Mailchimp form field to add customers to your Mailchimp lists.
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
add the following config to app/config/config.yml
sulu_form:
mailchimp_api_key: %parameter_recommended_for_mailchimp_api_key%
Account -> Extras -> Api Keys (create new / use existing)
or
https://us14.admin.mailchimp.com/account/api/
- Did you install the bundle?
- Did you added an Api-Key?
- Did you create a list what can be shown in the fieldtype?