Silverstripe module to capture user emails. This also integrates with third-party mail subscription services:
- Campaign Monitor
- Mailchimp
- Constant Contact
- Active Campaign
- Redtail CRM
composer require werkbot/newsletter-module
- Silverstripe ^4.0
- You will need to run
/dev/build - Place
$NewsletterFormsomewhere in your template. - To use the default styles, include this in your main sass file:
@import 'newsletter-module/sass/newsletter';
Depending on your setup, you may need to include
vendor/werkbotin your build path. For example, we include:includePaths: [ 'vendor/werkbot' ]for sass