FormMapper

Maps a pickzen form slide field to a form field component.

It takes the field type from the Source property and maps it to a field component. The mapped component must exist.

For example, a source of type name will be mapped to the custom TextField component that will contain a label component along with an InputText component:

Mapping table

Source
Component

checkbox

CheckboxField

date

DateField

dropdown

DropdownField

email

TextField

fname

TextField

lname

TextField

name

TextField

number

NumericField

password

TextField

phone

TextField

text

TextField

textarea

TextAreaField

Settings

Setting
Value
Description

Container

false

Accepts nested children components.

Droppable

true

Added as a nested child component inside a container.

Editable

false

Can be edited

Interactive

false

Can receive events

Properties

Property
Type
Default
Description

Source

General

The type of the field to render (see mapping table above)

Actions

No actions defined.

Events

No events defined.

Last updated