Bug #70280
closed
EXT:form custom action does not work any more since 7.4
Added by André Spindler about 9 years ago.
Updated about 7 years ago.
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.
Yes, we discussed this today. I will try to bring back this functionality. Stay tuned.
- Category set to Form Framework
- 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
- Assignee set to André Spindler
A patchset is available. Would be great if you could review it. Try it out and vote :)
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
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
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
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
}
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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF