Actions
Task #82706
closedFieldset labels missing in mails
Start date:
2017-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint
Description
Currently Fieldset
elements are completely skipped in the default template for the EmailFinisher
. If one e.g. has multiple sections in his form with similar fields like street, city, etc. the mail currently is hard to read since there is no headline or similar separating the fields.
This could be achieved by rendering the fieldset labels in forms. Currently this can be achieved only with a custom mail template and globally setting renderingOptions._isCompositeFormElement: false
for Fieldset
in the setup. Otherwise fieldset elements are completely skipped by the RenderAllFormValuesViewHelper
Actions