Skip to main navigation Skip to main content Skip to page footer

Configuration of the database finisher

Notice:

Finishers are processed in the same order as they're defined - for that take a look into the TypoScript-Object-Browser.

For using the database finisher for a form you need the following TypoScript configuration:

plugin.tx_fluidform.settings.forms.contactBasic {
    finisher {
        # Copy database finisher pre-definition
        database < plugin.tx_fluidform.presets.finisher.database
        database {
            # Activate the database finisher
            active = 1
            # Define the Container, where the records should be saved
            storagePid = 605
        }
    }
}

Tip:

You are able to change the page tree icon of the Mail-Container - just open the page settings, jump to tab Behaviour and select the Fluid Form mails item in section Use as Container.

Documentation

TYPO3 Fluid-Form by coding.ms

Forms created and configured entirely with TypoScript. Ajax forms, flexible field sets, notes, captcha, MathGuard, and honeypot support a wide range of use cases. Finishers can send emails, write submitted data to a database, or generate PDFs. A backend module provides an overview of mails and requests, making form handling easier to maintain and manage.

Menu