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
checkbox
CheckboxField
date
DateField
dropdown
DropdownField
TextField
fname
TextField
lname
TextField
name
TextField
number
NumericField
password
TextField
phone
TextField
text
TextField
textarea
TextAreaField
Currently, the form slide where the form mapper is included must have set the property Private Id as slide.
Settings
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
Source
General
The type of the field to render (see mapping table above)
Actions
No actions defined.
Events
No events defined.
Last updated