DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Administrator Manual

Installation

Simply install the extension in TYPO3 Extension Manager or via composer:

composer require aaw-team/wufoo

Templating

Templating is done using fluid. The known rules apply for overriding layouts, templates and partials:

plugin.tx_wufoo {
    view {
        layoutRootPaths.10 = Path/To/My/Layouts
        partialRootPaths.10 = Path/To/My/Partials
        templateRootPaths.10 = Path/To/My/Templates
    }
}

Important

At the moment, the extension provides only one single template. There are no partials or layouts, because the work for the template is marginal.