Feature #32256
closedEnable Variable Interpretation
0%
Description
The "old" Form allowed to enter variables in the form
30 = TEXTLINE
30 {
name = Fullname
value = {TSFE:fe_user|user|first_name} {TSFE:fe_user|user|last_name}
}
Currently this is not possible. Patch proposal attached. Properly has to be reworked at least for the if condition (still learning... )
Files
Updated by Alexander Opitz about 10 years ago
- Status changed from New to Needs Feedback
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Jan Schreier about 10 years ago
I'd still like this to be implemented in a future release. Right now I'm updating my form fields via Javascript which is not even close to being nice :)
Updated by Alexander Opitz about 10 years ago
- Category changed from Form Framework to TypoScript
- Status changed from Needs Feedback to New
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
I think it is safe to close this issue now:
1) TYPO3 version 7 enters the "priority bugfix mode" and the old version of ext:form has been decoupled from the current version into the external extension "form_legacy" (https://typo3.org/extensions/repository/view/form_legacy) if someone wants to dig into it.
2) The issue itself seems to be solved or at least possible now with the new EXT:form
https://docs.typo3.org/typo3cms/drafts/code.tritum.de/TYPO3.CMS/Form_Documentation/Concepts/Index.html#typoscript-overrides the documented part is still in german and has to be translated, but what’s written there is basically that every from field can be manipulated by TypoScript
If you think that this is the wrong decision then please reopen this issue or open a new issue with a reference to this one. Thank you.