TYPO3 direct_mail_subscription 双重选择加入退出未激活
TYPO3 direct_mail_subscription Double-Opt-In-Out not activ
我正在使用扩展程序 direct_mail 和 direct_mail_订阅新闻通讯。设置里明确说要先确认地址,所以地址在数据库里应该是隐藏的。
// 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。应该是什么原因呢?你有什么想法吗?
确保您已将静态 TypoScript 模板包含在您自己的 TypoScript 模板中:
您可以验证它是否包含在 TypoScript 对象浏览器中:
我正在使用扩展程序 direct_mail 和 direct_mail_订阅新闻通讯。设置里明确说要先确认地址,所以地址在数据库里应该是隐藏的。
// 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。应该是什么原因呢?你有什么想法吗?
确保您已将静态 TypoScript 模板包含在您自己的 TypoScript 模板中:
您可以验证它是否包含在 TypoScript 对象浏览器中: