Ad
TYPO3 Direct_mail_subscription Double-Opt-In-Out Not Activ
I am using extension direct_mail and direct_mail_subscription for newsletter. In the settings it is clear that i should first confirm the address, so the adress should be in the database as hidden.
// 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
}
so the field hidden in the database should be in the begining 1, however, all data are set to 0 without confirming the address.
Typo3 Version 8.7.2. What should the reason be? Do you have an idea?
Ad
Answer
Make sure that you have included the static TypoScript template in your own TypoScript template:
You can verify that it is included in the TypoScript Object Browser:
Ad
source: stackoverflow.com
Related Questions
- → October CMS Custom Mail Layout
- → Get environment value in controller
- → Parse.com user management html iframe not displaying correctly on mobile
- → cURL error 60: SSL cert issue when sending email with artisan command
- → Render array of inputs in react
- → Send mail with Laravel
- → Laravel 5.1/AngularJS: Reset password in Angular view (how to validate CSRF token?)
- → October CMS - required checkbox
- → Send email from a separated file using Swift Mailer
- → Getting weird output when authenticating user in node
- → session disappears when request is sent from fetch
- → Send notification to users when product is created in OctoberCMS?
- → Set session variables in Laravel
Ad