FormMapper
Maps a pickzen form slide field to a form field component.
Last updated
Maps a pickzen form slide field to a form field component.
Last updated
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:
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.
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
Source
General
The type of the field to render (see mapping table above)
No actions defined.
No events defined.