Forms Configuration
The various configuration options for the Forms module are presented and described below.
General Module Configuration
You can access the settings via the administration area under the Forms > General.
Renderer
Settings that affect the render of the Forms module
See Renderer
Name (ID) |
Description |
|---|---|
Renderer URL |
Forms Renderer URL. |
Renderer Style |
Style applied to all forms rendered by the Forms Renderer. |
Module
General module settings
Name (ID) |
Description |
|---|---|
Icon |
Individually selectable icon that is displayed before the title. |
Style Example
To override the renderer style, you can set the variables yourself.
The style object must conform to the predefined schema; see Styles.
The following example prevents the default passing of styles by overriding the object of the variables that are passed by default. CSS can also be set according to the style object.
{
"variables": {}
}
Component Configuration
You can access the configuration options via the administration area under the Forms > Components.
Module
General module settings
Name (ID) |
Description |
|---|---|
Name |
Name or title of the module/component. |
Icon |
Individually selectable icon that is displayed before the title. |
Form ID |
ID of a form in the Forms Repository. See Forms Repository |
Form Version |
Version number of the form to be used. Is only used in conjunction with Form ID to load the corresponding version of the form from the repository. |
Form URL |
This URL is used to load the form configuration to be used. |
Display in debug mode |
If active, the form is displayed in debug mode. Additional information is offered in this display. This is intended to support the configuration of the form. |
Embedded form configuration |
Form configuration stored directly in this component. |