Custom Fields
Modules support customization in FowCRM.
Custom fields are the easiest and most familiar way to customize a module. Each module contains predefined fields so that it can operate its own rules. Users can customize modules by creating custom fields.
Added custom fields can be optionally configured in add, update forms.
To configure custom fields, the Settings > Customization > Custom Fields
screen must be visited.
Create a Custom Field
You can select the data type you want in the window that opens by clicking the Add New button.
Supported custom fields and their descriptions are given in the table below.
Type | Description |
---|---|
Text | Notes or other text. These fields store up to 255 characters |
Multiline Text | Longer notes |
Rich Text | Allows users to enter formatted text, add images and links. |
Specify a valid email address | |
Phone Number | Specify a valid phone number |
Url | Specify a valid url. User can go to link when click in UI |
Numeric | Numerical Data |
Checkbox | Allows users to select a True (checked) or False (unchecked) value. |
DateTime | 01.01.2022 11:00:00 --> Shows the date field as this format "01.01.2022 11:00:00" |
Pick List | Allows users to select his/her own dropdown menu (Just one Pick) |
Multiple Pick List | Allows users to select his/her own dropdown menu (Multiple Pick) |
When the Submit button is clicked, a custom field named Note will be created for the lead module.
After adding the custom field, a sample lead form will be as follows.