You are here

README.txt in Webform Campaign Monitor 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.3 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 as many lists as you want.
 2. Map webform components to Campaign Monitor fields (including custom ones)
    for each one of the lists!

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


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

 1. Install the module and dependencies.
 2. Configure Campaign Monitor module at admin/config/services/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, tick the boxes that correspond to the
    list(s) the users will be subscribed to.
 6. For each one of the lists selected in the step above, map the Campaign
    Monitor fields to previously created webform components.
 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 <https://www.drupal.org/u/jorgegc>

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 as many lists as you want.
  8. 2. Map webform components to Campaign Monitor fields (including custom ones)
  9. for each one of the lists!
  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/config/services/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, tick the boxes that correspond to the
  19. list(s) the users will be subscribed to.
  20. 6. For each one of the lists selected in the step above, map the Campaign
  21. Monitor fields to previously created webform components.
  22. 6. Save the component and give it a go!
  23. DEPENDENCIES
  24. ============
  25. Webform Campaign Monitor depends on the following modules:
  26. * webform
  27. * campaignmonitor (For the campaign monitor integration functionality)
  28. MAINTAINERS
  29. ===========
  30. * jorgegc