You are here

README.txt in Webform Campaign Monitor 6

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7.2 README.txt
INTRODUCTION
============

Webform Campaign Monitor provides a webform component in checkbox format
that lets you subscribe users to specific lists on Campaign Monitor
(http://www.campaignmonitor.com/).

With Webform Campaign Monitor you can:

 1. Subscribe users to a specific list.
 2. Specify which email component contains the user's email address.
 3. And specify which text field component contains the user's name.

See https://drupal.org/project/webform_campaignmonitor for more information


INSTALLATION
============

 1. Install the module and dependencies.
 2. Configure Campaign Monitor module at admin/settings/campaignmonitor
 3. Make sure you run cron to pull out the availale lists.
 4. Create a webform with textfield and email components to capture the users'
    name and email address.
 5. Add a Campaign Monitor component, select the name and email address
    components previously created and then tick the boxes that correspond to
    the list(s) the users will be subscribed to.
 6. Save the component and give it a go!


DEPENDENCIES
============

Webform Campaign Monitor depends on the following modules:

 *  webform
 *  campaignmonitor (For the campaign monitor integration functionality)


MAINTAINERS
===========

 *  jorgegc <http://drupal.org/user/834154>

File

README.txt
View source
  1. INTRODUCTION
  2. ============
  3. Webform Campaign Monitor provides a webform component in checkbox format
  4. that lets you subscribe users to specific lists on Campaign Monitor
  5. (http://www.campaignmonitor.com/).
  6. With Webform Campaign Monitor you can:
  7. 1. Subscribe users to a specific list.
  8. 2. Specify which email component contains the user's email address.
  9. 3. And specify which text field component contains the user's name.
  10. See https://drupal.org/project/webform_campaignmonitor for more information
  11. INSTALLATION
  12. ============
  13. 1. Install the module and dependencies.
  14. 2. Configure Campaign Monitor module at admin/settings/campaignmonitor
  15. 3. Make sure you run cron to pull out the availale lists.
  16. 4. Create a webform with textfield and email components to capture the users'
  17. name and email address.
  18. 5. Add a Campaign Monitor component, select the name and email address
  19. components previously created and then tick the boxes that correspond to
  20. the list(s) the users will be subscribed to.
  21. 6. Save the component and give it a go!
  22. DEPENDENCIES
  23. ============
  24. Webform Campaign Monitor depends on the following modules:
  25. * webform
  26. * campaignmonitor (For the campaign monitor integration functionality)
  27. MAINTAINERS
  28. ===========
  29. * jorgegc