Project

General

Profile

Actions

Bug #101476

closed

Flexform type check does not store values

Added by Stefan Busemann 10 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
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

example.png (72.9 KB) example.png Stefan Busemann, 2023-07-28 14:55
Actions

Also available in: Atom PDF