For some reason the selected value is not applied to the hidden field in the backend.
Here's some example:
If you normally type in some value to the visible backend field manually, this data is applied to the hidden field "on blur". This behaviour does not happen when you are using the wizard.
<!-- HERE IS THE VISIBLE BACKEND FIELD -->
<div class="form-wizards-wrap form-wizards-aside">
<div class="form-wizards-element">
<div class="form-control-clearable">
<input type="text" data-formengine-validation-rules="[{"type":"trim","config":{"type":"input","size":"15","max":"15","wizards":{"colorChoice":{"type":"colorbox","dim":"6x6","tableStyle":"border:solid 1px black;","JSopenParams":"height=440,width=500,status=0,menubar=0,scrollbars=1","module":{"name":"wizard_colorpicker"}}}}}]" data-formengine-input-params="{"field":"data[tt_content][14][pi_flexform][data][sDEF][lDEF][textcolor][vDEF]","evalList":"trim","is_in":""}" data-formengine-input-name="data[tt_content][14][pi_flexform][data][sDEF][lDEF][textcolor][vDEF]" id="formengine-input-57c5389532a4e903885688" value="" maxlength="15" class="form-control t3js-clearable hasDefaultValue"><button type="button" class="close" tabindex="-1" aria-hidden="true" style="display: none;">
<span class="fa fa-times"></span>
</button>
</div>
<!-- HERE IS THE HIDDEN BACKEND FIELD WHICH IS NOT AFFECTED WHEN USING A WIZARD -->
<input type="hidden" name="data[tt_content][14][pi_flexform][data][sDEF][lDEF][textcolor][vDEF]" value=""></div>
...
This behaviour only exists if compatibility6 is installed. Can someone confirm this bug?
First of all, thanks for the extension! ;-) But I found an issue with compatibility6 in combination with Wizards in Flexforms.
If you are using a wizard like the colorpicker or wizard_link (https://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/CoreWizardScripts/Index.html) the value which you selected by the wizard will not be saved.
For some reason the selected value is not applied to the hidden field in the backend.
Here's some example: If you normally type in some value to the visible backend field manually, this data is applied to the hidden field "on blur". This behaviour does not happen when you are using the wizard.
This behaviour only exists if compatibility6 is installed. Can someone confirm this bug?