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

Also available in: Atom PDF