You are here

README.txt in Mailchimp 7.4

Create pages and blocks for subscribing to Mailchimp lists anywhere on your
Drupal site. This module requires the [Entity module](http://www.drupal.org/project/entity).

## Installation

1. Enable the Mailchimp Signup module and the Entity Module

2. If you haven't done so already, add a list in your Mailchimp account. You can
follow these directions provided by Mailchimp on how to
[add or import a list](http://kb.mailchimp.com/article/how-do-i-create-and-import-my-list).

## Usage
To create a signup form:
* Go to admin/config/services/mailchimp/signup
* Click the "Add a signup form" button
* Complete the form
* You may need to clear caches to make your blocks and pages appear

Merge Fields
You will see Merge Field options based on the configuration of your list through
Mailchimp. You can expose these merge fields to the end user to complete. These
fields are automatically set to "required" or "optional" based on Mailchimp's
merge field settings.

File

modules/mailchimp_signup/README.txt
View source
  1. Create pages and blocks for subscribing to Mailchimp lists anywhere on your
  2. Drupal site. This module requires the [Entity module](http://www.drupal.org/project/entity).
  3. ## Installation
  4. 1. Enable the Mailchimp Signup module and the Entity Module
  5. 2. If you haven't done so already, add a list in your Mailchimp account. You can
  6. follow these directions provided by Mailchimp on how to
  7. [add or import a list](http://kb.mailchimp.com/article/how-do-i-create-and-import-my-list).
  8. ## Usage
  9. To create a signup form:
  10. * Go to admin/config/services/mailchimp/signup
  11. * Click the "Add a signup form" button
  12. * Complete the form
  13. * You may need to clear caches to make your blocks and pages appear
  14. Merge Fields
  15. You will see Merge Field options based on the configuration of your list through
  16. Mailchimp. You can expose these merge fields to the end user to complete. These
  17. fields are automatically set to "required" or "optional" based on Mailchimp's
  18. merge field settings.