Bug #70122
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
EXT:form - Dropdown/Selectbox doesn't work in compatibility mode
100%
Description
All options a merged to only 1 option.
prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = info@domain.com senderEmail = info@domain.com subject = Contact form } } 10 = TEXTLINE 10 { name = company label { value = Company } } 20 = TEXTLINE 20 { name = name placeholder = Your name label { value = Name } } 30 = TEXTLINE 30 { name = email placeholder = Your emailaddres label { value = Emailaddress } } 40 = SELECT 40 { name = Inform me about label { value = Please send me some info } 10 = OPTION 10 { data = Webdesign } 20 = OPTION 20 { data = TYPO3 } 30 = OPTION 30 { data = Something else } } 50 = TEXTAREA 50 { cols = 40 rows = 5 name = message label { value = Message } } 60 = SUBMIT 60 { class = btn name = 5 value = Send } rules { 1 = required 1 { breakOnError = 0 showMessage = 1 message = Required error = This field is required element = name } 2 = email 2 { breakOnError = 0 showMessage = 1 message = (john.doe@domain.com) error = This is not a valid email address element = email } }
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress 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/43578
Updated by Gerrit Code Review over 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/43578
Updated by Ralf Zimmermann over 9 years ago
The patchsat works very good for the frontend. @Björn: We have to open another ticket for the wizard. If you create a drop down list, the wizard don't save the "value" attributes. Its the same for Checkbox and Radio #70095
Updated by Ralf Zimmermann over 9 years ago
- Subject changed from Dropdown/Selectbox doesn't work in compatibility mode to EXT:form - Dropdown/Selectbox doesn't work in compatibility mode
- Category set to Form Framework
Updated by Gerrit Code Review over 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/43578
Updated by Gerrit Code Review over 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/43578
Updated by Gerrit Code Review over 9 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/43578
Updated by Ralf Zimmermann over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 561a139a05301b4bfee1ebcf8aebcb1cc0a24380.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed