lerni/editablemailchimpsubscriptionfield 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lerni/editablemailchimpsubscriptionfield

Composer 安装命令:

composer require lerni/editablemailchimpsubscriptionfield

包简介

A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.

README 文档

README

A Field for UserForms (EditableFormField) that'll let you add Subscribers to a MailChimp list with groups.

Installation

The easiest way is to use composer:

composer require lerni/editablemailchimpsubscriptionfield

If you just clone/download this repository make sure you have the required packages also installed.

"require": {
    "silverstripe/userforms": "dev-master",
    "drewm/mailchimp-api": "dev-master"
},

Add your MailChimp API-Key per _config

`NewsletterSignup::set_api_key('...');`

Run dev/build afterwards.

Status

The module just basically works :) hope pushing it here keeps me going.

How to use

Currently the Fieldnames in MailChimp and the Fieldnames in the Form need to match and you still need to map manually in the options of the field.

统计信息

  • 总下载量: 958
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-06-17