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

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #2

Updated by Björn Jacob over 8 years ago

  • Assignee deleted (Ralf Zimmermann)
  • Priority changed from Should have to Must have
  • Sprint Focus set to On Location Sprint
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/43696

Actions #4

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #5

Updated by Ralf Zimmermann over 8 years ago

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

Updated by Anja Leichsenring over 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF