-
Notifications
You must be signed in to change notification settings - Fork 47
Basic Fields
ehanic1 edited this page Jun 8, 2023
·
36 revisions
Home> CHEFS Components > Form Builder Components > Basic Fields
![]() |
The basic fields in the Form Builder are commonly used in traditional web forms. You'll likely be familiar with these components if you've used a Form Builder before. |
|---|
Page content:
- Text Field
- A Multi-Line Text
- Select List
- Checkbox
- Checkbox Group
- Radio Group
- Number
- Phone Number
- Date Time
- Day
A Text Field can be used for short and general text input. There are options to define input masks and validations, allowing users to develop information into desired formats.

A multi-line input field, also known as a Text Area, provides users with a larger space to input and edit text compared to a regular single-line Text Field. It allows users to enter multiple lines of text, making it suitable for longer messages, descriptions, or comments.

