Actions
Bug #79779
closedEXT:form - add renderRenderable ViewHelper for hidden elements
Start date:
2017-02-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Add the renderRenderable viewHelper to the hidden form element to trigger the 'beforeRendering' callback.
Remove the 'value' viewhelper argument and use the 'property' argument instead. Otherwise the 'defaultvalue' fallback won't work.
Test this with https://code.tritum.de/TYPO3.CMS/ext_form_example1486978514
Without the patchset, the first hidden element 'hidden-1' would not be filled with the value from the TypoScript userFunc.
Actions