Skip to main content

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.

Custom Fields


Create a Custom Field

You can select the data type you want in the window that opens by clicking the Add New button.

Custom Field Form

Supported custom fields and their descriptions are given in the table below.

TypeDescription
TextNotes or other text. These fields store up to 255 characters
Multiline TextLonger notes
Rich TextAllows users to enter formatted text, add images and links.
E-mailSpecify a valid email address
Phone NumberSpecify a valid phone number
UrlSpecify a valid url. User can go to link when click in UI
NumericNumerical Data
CheckboxAllows users to select a True (checked) or False (unchecked) value.
DateTime01.01.2022 11:00:00 --> Shows the date field as this format "01.01.2022 11:00:00"
Pick ListAllows users to select his/her own dropdown menu (Just one Pick)
Multiple Pick ListAllows users to select his/her own dropdown menu (Multiple Pick)

Custom Field Form

When the Submit button is clicked, a custom field named Note will be created for the lead module.

Custom Field List

After adding the custom field, a sample lead form will be as follows.

Custom Field in Form