Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Getting started

peppertree edited this page Feb 19, 2014 · 1 revision

Installation

Install the module through the extension installer as you would do with any other module. Then place it on a page in your DNN site

Setup

Wether to put the module a page for registered users only or on a public facing page depends on how you would like the use the module or what your mailing list strategy in general is alike. The signup forms are not dependant on authenticated users, they are honoring user account data though. For instance the e-mail or name fields are being populated with user account properties once logged on users browse to the module.

Integration

In order to make the module work, the first thing to do is get an API key from your mailchimp account. You will find that key in account > extras on the mailchimp site. The key must then be put in the modulesettings field labeled "Api Key" and once that is done all available list for your account can be loaded through the "Load available lists" button next to the ApiKey field.

You have to select a list that your form will be assciated with, otherwise the module will not work.

Clone this wiki locally