TYPO3 FlexForm - Text Field

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

<label>Textfeld</label>
<config>
  <type>input</type>
  <size>20</size>
  <max>30</max>
  <eval>trim</eval>
</config>

Post a Comment

Thanks for your comment.