lochmueller / form-footnote
Footnotes for EXT:form
Installs: 3 241
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/lochmueller/form-footnote
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>