Project

General

Profile

Actions

Feature #32256

closed

Enable Variable Interpretation

Added by Jan Schreier over 12 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2011-12-01
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

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

patch.diff (898 Bytes) patch.diff Proposal for patch Jan Schreier, 2011-12-01 19:58
Actions #1

Updated by Alexander Opitz over 9 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)?

Actions #2

Updated by Jan Schreier over 9 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 :)

Actions #3

Updated by Alexander Opitz over 9 years ago

  • Category changed from Form Framework to TypoScript
  • Status changed from Needs Feedback to New
Actions #4

Updated by Riccardo De Contardi almost 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.

Actions

Also available in: Atom PDF