lochmueller / form-footnote
Footnotes for EXT:form
Installs: 2 005
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
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.html
partial 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>