lochmueller / form-footnote
Footnotes for EXT:form
Package info
github.com/lochmueller/form_footnote
Type:typo3-cms-extension
pkg:composer/lochmueller/form-footnote
1.2.4
2023-04-04 19:32 UTC
Requires
- php: ^8.0
- typo3/cms-core: ^11.5
- typo3/cms-form: ^11.5
Requires (Dev)
README
Installation
- Load the extension
- Overwrite the
Field/Field.htmlpartial and add the footnote rendering<f:render partial="Field/Footnote" arguments="{_all}" />(e.g. the require asterisk) - Add Output of the notes in
Form.html(example below) - Done. Have fun!
Example output:
<footnote:get>
<f:for each="footnotes" as="note" key="number">
<sup>{number}</sup> {note}<br />
</f:for>
</footnote:get>