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

How to integrate a Honeypot

Just insert a hidden field, which is marked as required and add the Empty validator.

plugin.tx_fluidform.settings.forms.contactBasic.fieldsets.complete.fields {
    required < plugin.tx_fluidform.presets.fields.honeypot
}
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