TYPO3 FlexForm - Text Area

You can use below code to get textarea in TYPO3 Flex Form :


<label>Textarea field</label>
<config>
<type>text</type>
<cols>24</cols>
<rows>3</rows>
</config>

Post a Comment

Thanks for your comment.