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 #1

Updated by Ralf Zimmermann over 8 years ago

Yes, we discussed this today. I will try to bring back this functionality. Stay tuned.

Actions #2

Updated by Ralf Zimmermann over 8 years ago

  • Category set to Form Framework
Actions #3

Updated by Gerrit Code Review over 8 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

Actions #4

Updated by Björn Jacob over 8 years ago

  • Assignee set to André Spindler

A patchset is available. Would be great if you could review it. Try it out and vote :)

Actions #5

Updated by Gerrit Code Review over 8 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

Actions #6

Updated by Gerrit Code Review over 8 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

Actions #7

Updated by Gerrit Code Review over 8 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

Actions #8

Updated by Björn Jacob over 8 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
}

Actions #9

Updated by Gerrit Code Review over 8 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

Actions #10

Updated by Gerrit Code Review over 8 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

Actions #11

Updated by Ralf Zimmermann over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF