yamlform-submission-html.html.twig in YAML Form 8
Default theme implementation from form submission as HTML.
Available variables:
- data: The form submission's data.
See also
1 theme call to yamlform-submission-html.html.twig
- YamlFormSubmissionForm::displayCurrentPage in src/
YamlFormSubmissionForm.php - Set form wizard current page.
File
templates/yamlform-submission-html.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation from form submission as HTML.
- *
- * Available variables:
- * - data: The form submission's data.
-
- * @see template_preprocess_yamlform_submission_html()
- *
- * @ingroup themeable
- */
- #}
- {{ data }}