lochmueller/form-footnote

Footnotes for EXT:form

Installs: 1 671

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.2.4 2023-04-04 19:32 UTC

This package is auto-updated.

Last update: 2024-04-04 21:54:40 UTC


README

Installation

  1. Load the extension
  2. Overwrite the Field/Field.html partial and add the footnote rendering <f:render partial="Field/Footnote" arguments="{_all}" /> (e.g. the require asterisk)
  3. Add Output of the notes in Form.html (example below)
  4. Done. Have fun!

Example output:

<footnote:get>
    <f:for each="footnotes" as="note" key="number">
        <sup>{number}</sup> {note}<br />
    </f:for>
</footnote:get>