Actions
Bug #100580
closedForm Module shows "invalid form element" when {__currentTimestamp} is used
Start date:
2023-04-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Form
Complexity:
Is Regression:
Sprint Focus:
Description
How to reproduce:
Create a simple form (eg. based on the default form) and use {__currentTimestamp}
in the subject of the email finisher (or somewhere else). This is a special variable as documented here: https://docs.typo3.org/c/typo3/cms-form/main/en-us/I/Concepts/Finishers/Index.html#accessing-form-runtime-values
IS:Your message: {subject} {__currentTimestamp}
-> Validates OKYour message: {__currentTimestamp}
-> Validates as invalid
TARGET:Your message: {__currentTimestamp}
-> Validates OK
Actions