Actions
Bug #101476
closedFlexform type check does not store values
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2023-07-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I create a FlexForm with an input type check, the value of the flexform is not stored in tt_content:
<T3DataStructure>
<sheets>
<sDEF>
<ROOT>
<sheetTitle>Sheet Title</sheetTitle>
<type>array</type>
<el>
<input_2>
<label>Check</label>
<config>
<type>check</type>
<items type="array">
<numIndex index="1" type="array">
<label>activateLink</label>
</numIndex>
</items>
<default>0</default>
</config>
</input_2>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
The inpot stays "unchecked"
Tested with TYPO3 12.4.4 and styleguide ext
Files
Actions