Project

General

Profile

Actions

Bug #98178

closed

Form EmailFinisher overrides for recipients with TypoScript not possible

Added by Gerrit Mohrmann over 1 year ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #90728: Migrate FinisherTask to FluidEmailClosed2020-03-10

Actions
Actions

Also available in: Atom PDF