Project

General

Profile

Actions

Bug #70280

closed

EXT:form custom action does not work any more since 7.4

Added by André Spindler over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Form Framework
Target version:
Start date:
2015-10-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

It was possible to set a custom url for action of form:

action = 22

This created a typolink to the page with uid=22 and as used as action in the rendered form tag.

Now action does not work at all, instead actionUri has to be used. But it has no typoscript capabilities.
This does not work:

actionUri = 22

This results in the output 'action="22"'.

Also this fails:

actionUri = TEXT
actionUri.stdWrap {
    typolink.parameter = 22
    returnLast = url
}

It only works like this:

actionUri = /index.php?id=22

But that is not acceptable, no typolink, no RealURL and no language parameters.

Actions

Also available in: Atom PDF