Project

General

Profile

Actions

Bug #92902

open

TypoScript formDefinitionOverrides recipients

Added by Raphael Zschorsch over 3 years ago. Updated 8 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-11-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Overriding recipients in form framework in TYPO3 10 through TypoScript works in frontend, but the TypoScript analyzer in backend throws an error due to the @ symbol.

Configuration:

plugin.tx_form.settings.formDefinitionOverrides.contactForm.finishers {
    0 {
        options {
            recipients {
                test@test.de = Name
            }
        }
    }
}

Error/Warning in backend module "Template":
Warning : Line 4283: Object Name String, "" contains invalid character "@". Must be alphanumeric or one of: "_:-\." (edited)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #101732: Verify @-sign is a valid TypoScript identifierClosed2023-08-22

Actions
Actions

Also available in: Atom PDF