codestackers/subscribers

Codestackers Subscriber 插件用于 OctoberCMS

安装: 131

依赖者: 0

建议者: 0

安全: 0

类型:october-plugin

dev-master 2022-02-02 17:10 UTC

This package is auto-updated.

Last update: 2024-09-29 06:14:28 UTC


README

简介

订阅者插件将数据存储在数据库中,并将它们传递到 MailChimp 或 Active Campaign 等平台。

字段

在块中使用它们

    form_id:
      label: Form ID
      type: dropdown
      emptyOption: -- Select campaign id --
      comment: 'You can modify campaigns <a href="/backend/codestackers/subscribers/campaigns" target="_blank">here</a>'
      commentHtml: true
      required: true
    list_id:
      label: Active Campaign List ID
      type: dropdown
      options: getListOptions
      emptyOption: -- Select list id --

分支 提交内容的分支,当该分支不存在时,将创建它。

消息 每次提交的消息。在消息中,您可以使用变量 %f 表示保存的文件,%u 表示修改页面的 OctoberCMS 用户。