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.

Configuration root

Property Title
forms Forms list
settings.defaultBackendCache Type of cache
settings.defaultFormSettings Default forms configuration
settings.defaultFieldSettings Default fields configuration

Forms list

Property

forms

Required?

No

Description

Contains the list of forms using FormZ.

More information here: “Forms”.

Type of cache

Property

settings.defaultBackendCache

Required?

Yes

Description

Contains the type of cache used by FormZ.

The default value is TYPO3\CMS\Core\Cache\Backend\FileBackend.

You may change this value to suit your needs: it must be a valid backend cache type (see https://docs.typo3.org/typo3cms/CoreApiReference/CachingFramework/FrontendsBackends/Index.html#cache-backends).

Default forms configuration

Property

settings.defaultFormSettings

Required?

Yes

Description

Contains the default configuration used by forms.

The properties which you can set here are strictly the same than the properties settings.* in the chapter “Forms”.

Note that a form configuration set in the settings property of this form will override the default one.

Fields default configuration

Property

settings.defaultFieldSettings

Required?

Yes

Description

Contains the default configuration used by forms fields.

The properties which you can set here are strictly the same as the properties settings.* in the chapter “Fields”.

Note that a field configuration set in the settings property of this field will override the default one.