TYPO3 FlexForm - Selectbox with Multiple selection Field

 You can use below code to get Selectbox with Multiple selection field in TYPO3 Flex Form:


<label>Selectbox with Multiple selection 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>
<maxitems>3</maxitems>
<size>3</size>
</config>  

1 comments:

I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor lead live training in Typo3, kindly contact us http://www.maxmunus.com/contact
MaxMunus Offer World Class Virtual Instructor led training on Typo3. We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.
For Demo Contact us:
Name : Arunkumar U
Email : arun@maxmunus.com
Skype id: training_maxmunus
Contact No.-+91-9738507310
Company Website –http://www.maxmunus.com


Reply

Post a Comment

Thanks for your comment.