Bug #70315
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
EXT:form - Error with multiple forms on one page
100%
Description
If you put 2 forms on a page and submit it, both forms are send by mail.
Try it:
Form1
class = standardForm enctype = multipart/form-data method = post prefix = otherForm confirmation = 1 postProcessor { 1 = mail 1 { senderEmailField = email senderNameField = surname subjectField = subject recipientEmail = mail@example.com priority = 1 organization = TRITUM senderEmail = mail@example.com subject = sdsdsd } } 10 = TEXTLINE 10 { name = textfield 1 label { value = Edit this label 1 } } 20 = SUBMIT 20 { class = xxx name = submit1 value = Submit form }
Form2
class = standardForm enctype = multipart/form-data method = post prefix = standardForm confirmation = 1 postProcessor { 1 = mail 1 { senderEmailField = email senderNameField = surname subjectField = subject recipientEmail = mail@example.com priority = 1 organization = TRITUM senderEmail = mail@example.com subject = sdsdsd } } 10 = TEXTLINE 10 { name = textfield 1 label { value = Edit this label } } 20 = SUBMIT 20 { class = xxx name = submit2 value = Submit form }
Updated by Gerrit Code Review almost 9 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/43746
Updated by Gerrit Code Review almost 9 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/43746
Updated by Gerrit Code Review almost 9 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/43746
Updated by Gerrit Code Review almost 9 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/43746
Updated by Ralf Zimmermann almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b51c35e5b911124f48071aa49d49f06f1d450084.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed