PHPackages                             b13/otf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. b13/otf

ActiveTypo3-cms-extension[Validation &amp; Sanitization](/categories/validation)

b13/otf
=======

Provides on-the-fly evaluation hints for FormEngine

0.1.2(4y ago)3393GPL-2.0-or-laterPHPPHP &gt;=7.2.0

Since Nov 15Pushed 4y ago7 watchersCompare

[ Source](https://github.com/b13/otf)[ Packagist](https://packagist.org/packages/b13/otf)[ Docs](https://b13.com)[ RSS](/packages/b13-otf/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

OTF - A TYPO3 extension to display on-the-fly evaluation hints in FormEngine
============================================================================

[](#otf---a-typo3-extension-to-display-on-the-fly-evaluation-hints-in-formengine)

This TYPO3 extension allows to add a FormEngine FieldWizard to specific TCA fields. The FieldWizard checks the corresponding fields for their `eval` configuration. If one or multiple supported evaluations are found, the FieldWizard displays on-the-fly evaluation hints in the backend form.

An example use case is the `username` field of `fe_users`, which is configured as `unqiueInPid` and would therefore add a hint, as soon as an already existing username is entered.

Installation
------------

[](#installation)

Install this extension via `composer req b13/otf`.

You can also download the extension from the [TYPO3 Extension Repository](https://extensions.typo3.org/extension/otf/) and activate it in the Extension Manager of your TYPO3 installation.

Note: This extension is compatible with TYPO3 v10 and v11.

Configuration
-------------

[](#configuration)

The FieldWizard can be added to any TCA field of type `input`.

The following example adds the FieldWizard to the `username` and `email`fields of the TYPO3 `fe_users` table.

```
