【问题标题】:TYPO3 direct_mail_subscription Double-Opt-In-Out not activTYPO3 直邮订阅 Double-Opt-In-Out 未激活
【发布时间】:2021-03-15 13:44:01
【问题描述】:

我正在使用扩展程序 direct_mail 和 direct_mail_subscription 进行时事通讯。在设置中很明显我应该先确认地址,所以地址应该在数据库中隐藏。

// Create setup
create = 1
create {
    userFunc_afterSave = EXT:direct_mail_subscription/pi/class.dmailsubscribe.php:user_dmailsubscribe->saveRecord
    preview = 0
    // add captcha, if you use captcha
    fields = gender, name, hidden, email, module_sys_dmail_category, module_sys_dmail_html
    required = gender, name, email

    noSpecialLoginForm = 1
    # Initially hide the user until he approves!
    overrideValues.hidden = 1
    evalValues.email = uniqueLocal, email
}

所以隐藏在数据库中的字段应该以1开头,但是所有数据都设置为0而不确认地址。

Typo3 版本 8.7.2。应该是什么原因?你有什么想法吗?

【问题讨论】:

    标签: email typo3 typoscript newsletter


    【解决方案1】:

    确保您已在自己的 TypoScript 模板中包含静态 TypoScript 模板:

    您可以验证它是否包含在 TypoScript 对象浏览器中:

    【讨论】:

    • 谢谢!字段中缺少“隐藏”字段。我只有名字、姓氏、电子邮件、module_sys_dmail_html。
    猜你喜欢
    • 2020-08-14
    • 1970-01-01
    • 2015-07-24
    • 2010-12-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-04-27
    • 2013-03-06
    相关资源
    最近更新 更多