<label>Selectbox with fixed value field</label> <config> <type>select</type> <items type="array"> <numIndex index="0" type="array"> <numIndex index="0">choice 1</numIndex> <numIndex index="1">value 1</numIndex> </numIndex> <numIndex index="1" type="array"> <numIndex index="0">choice 2</numIndex> <numIndex index="1">value 2</numIndex> </numIndex> <numIndex index="3" type="array"> <numIndex index="0">choice 3</numIndex> <numIndex index="1">value 3</numIndex> </numIndex> </items> </config>
TYPO3 FlexForm - Selectbox field
in
FlexForm
- on 11:45 PM
- No comments
You can use below code to get Selectbox field in TYPO3 Flex Form:
Post a Comment
Thanks for your comment.