Form components
Beside general settings, each form component has its specific configuration options, which differentiates between them. The configurations allow form admin to turn on authorization, and add on new feature for the component fields. And with these configurations, the form admin have the power to customize the form based on the needs of businesses.
Basic form components
Text field
A Text field can be used for short and general text input. There are options to define input masks and validations, allowing users to mold information into desired formats.
Widget
You can change widget. The widget is the display UI used to input the value of the field.
Text area
A Text Area has the same options as the Text Field form component. The difference is that it will be a multi-line input field that allows for longer text. The Text Area can also be utilized as ACE, CKEditor or Quill WYSIWYG editor for the end user which is configured within the component settings.
Rows: This allows control over how many rows are visible in the Text Area.
Editor: This option will turn the text area into the WYSIWYG Editor user interface of your choice.
Editor Settings: Here you can modify the code base of the WYSIWYG Editor to customize the UI specific to your needs
Number
Number fields can be used whenever a field should be limited to a type of number value. There are options to set Thousands Separator, set Decimal Places and Require Decimals.
Password
Coming soon
Check box
Coming soon
Select boxes
Coming soon
Select
Coming soon
Radio
Coming soon
Button
Coming soon
Advanced form components
Coming soon
URL
Phone number
Tags
Address
Date/Time
Day
Time
Currency
Survey
File
Custom component
Read here