Project

General

Profile

Actions

Bug #74014

closed

EXT:form - Cannot set some f:form arguments via TS

Added by Björn Jacob over 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
-
Start date:
2016-03-03
Due date:
% Done:

100%

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

Description

The f:form viewhelper arguments

  • arguments
  • additionalParams
  • argumentsToBeExcludedFromQueryString

cannot be set via TS. For testing use the following form:


enctype = multipart/form-data
method = post
prefix = tx_form
confirmation = 1
postProcessor {
    1 = mail
    1 {
        recipientEmail = test@test.de
        senderEmail = test@test.de
        subject = Subject
    }
}

additionalParams {
    test {
        test1 {
            yy = TEXT
            yy.value = test_test1_yy_value
        }
        test2 = TEXT
        test2.value = test_test2_value
    }
    test3 = text3_value
}

10 = TEXTLINE
10 {
    name = name
    label = Name
}

20 = SUBMIT
20 {
    name = submit
    value = Submit
}

The form above generates url params like _typoScriptNodeValue=. This is not correct. Expected output is test3=text3_value&test[test2]=test_test2_value&test[test1][yy]=test_test1_yy_value.

Actions

Also available in: Atom PDF