Project

General

Profile

Actions

Bug #70076

closed

Epic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form

EXT:form - subjectField does not work

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

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-09-24
Due date:
% Done:

100%

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

Description

Having the following form the subjectField does not seem to work. I.e. the subjectField is not respected.


enctype = multipart/form-data
method = post
confirmation = 1
prefix = standardForm
class = standardForm

postProcessor {
    1 = mail
    1 {
        senderEmailField = email
        senderNameField = surname
        subjectField = subject
        recipientEmail = mail@example.com
        priority = 1
        organization = TRITUM
    }
}

10 = TEXTLINE
10 {
    name = surname
    label = Surname
}

20 = TEXTLINE
20 {
    name = email
    label = Email
}

30 = TEXTLINE
30 {
    name = subject
    label = Subject
}

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

Actions

Also available in: Atom PDF