Actions
Feature #87539
closedAccess to field labels in confirmation finisher template
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2019-01-24
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
I want to output the field labels and values in the confirmation finisher like it is done in the summary page, but the field labels are not available in the template.
Updated by Ralf Zimmermann almost 6 years ago
You have to write your own template. Maybe you could adapt the following templates
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_8-7/typo3/sysext/form/Resources/Private/Frontend/Partials/SummaryPage.html
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_8-7/typo3/sysext/form/Resources/Private/Frontend/Templates/Finishers/Email/Html.html
Updated by Bernhard Eckl almost 6 years ago
I already tried this, but the viewhelper which is used for that gives a fatal error because the object type needed is not available in the confirmation template.
Updated by Bernhard Eckl almost 6 years ago
- % Done changed from 0 to 100
Solved now, using the code from mail html template 1:1 works.
Actions