[Neos] Contact Form Select Field add options and values

Patric Eckhart mail at patriceckhart.com
Sat Jan 17 19:45:41 CET 2015


How can I add options and values to my contact form

      -
        type: 'TYPO3.Form:SingleSelectDropdown'
        identifier: paket
        label: 'Paket'

I have tried this:

      -
        type: 'TYPO3.Form:SingleSelectDropdown'
        identifier: paket
        label: 'Paket'
properties:
options: 'Test1','Test2'
values: 'First','Second'


More information about the Neos mailing list