Actions
Bug #98178
closedForm EmailFinisher overrides for recipients with TypoScript not possible
Start date:
2022-08-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
In TYPO3 10 it was possible setting the recipients dynamical with a little Typoscript:
recipients.0 = TEXT
recipients.0 {
value = email@example.org
override {
data = gp:tx_form_formframework|contact-8|recipient
intval = 1
wrap = {DB:fe_groups:|:description}
insertData = 1
}
}
In TYPO3 11 the recipients needs to be an array key => value combination. How should this be done with Typoscript?
These simple syntax is not working:
recipients.email@example\.org = E-Mail name
How set a Typoscript object path dynamically?
I think it needs to be re-introduced that the recipients can be defined with numbered array keys.
Actions