Project

General

Profile

Actions

Bug #70122

closed

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

EXT:form - Dropdown/Selectbox doesn't work in compatibility mode

Added by Frans Saris over 8 years ago. Updated over 6 years ago.

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

100%

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

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
    }
}

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #70095: EXT:form - Wrong Checkbox and Radiobutton handlingClosed2015-09-24

Actions
Actions #1

Updated by Frans Saris over 8 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Gerrit Code Review over 8 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

Actions #3

Updated by Gerrit Code Review over 8 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

Actions #4

Updated by Frans Saris over 8 years ago

  • Description updated (diff)
Actions #5

Updated by Ralf Zimmermann over 8 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

Actions #6

Updated by Ralf Zimmermann over 8 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
Actions #7

Updated by Gerrit Code Review over 8 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

Actions #8

Updated by Gerrit Code Review over 8 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

Actions #9

Updated by Gerrit Code Review over 8 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

Actions #10

Updated by Ralf Zimmermann over 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF