Bug #70280
closedEXT:form custom action does not work any more since 7.4
100%
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.
Updated by Ralf Zimmermann about 9 years ago
Yes, we discussed this today. I will try to bring back this functionality. Stay tuned.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43754
Updated by Björn Jacob about 9 years ago
- Assignee set to André Spindler
A patchset is available. Would be great if you could review it. Try it out and vote :)
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43754
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43754
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43754
Updated by Björn Jacob about 9 years ago
Form for testing this issue:
action = 1#anchor enctype = multipart/form-data method = post prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = your@mail.com senderEmail = your@mail.com } } 10 = TEXTLINE 10 { name = surname placeholder = Surname required = 1 label { value = Surname } } 20 = SUBMIT 20 { name = 3 value = Submit form }
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43754
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43754
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9a8d6df038dccb35275ef88ae5cbcb6e19d0aa55.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed