Skip to main content
Customer forms

Learn how to configure customer forms.

Gabriel Rezende avatar
Written by Gabriel Rezende
Updated over 2 months ago

Customer forms can be edited in Administration - Fields and Forms.

Difference between the forms "Companies", "Companies Mini", "People" and "People Mini":

When accessing the forms screen by clicking "Customers," you will see options for Companies, Companies Mini, People and People Mini.

Standard forms (Companies and People) are used when creating a new customer via the "New +" button or by pressing "Shift+C" for companies and "Shift+P" for people.

They also define which fields appear on the left side of the customer page.

Mini forms appear when creating a new customer within another entity’s form, such as in deals.

They also define which customer fields appear on the left side of a deal page.

Creating and Adding Fields

Fields can be added to the form by clicking "Add Field" in the upper right corner of the form. If the desired field does not exist, click "Create Field" to insert a new one.


Field Types

On the left side, you can select the type of field to be created. The available fields are:

  • Simple text
    Limited to 250 characters

  • Multiple lines text
    Unlimited character text

  • Integer number
    Whole numbers only

  • Currency
    Number limited to two decimal places

  • Number with unlimited decimal places
    Float type

  • Pre-registered options
    List of selectable options

  • Date
    Date input field

  • Time
    Time input field

  • Checkbox
    Yes or No field

  • CPF
    Field with a predefined mask for CPF (Brazilian individual tax ID)

  • CNPJ
    Field with a predefined mask for CNPJ (Brazilian company tax ID)

  • Percentage
    Field with a percentage indicator (acts as a decimal in formulas; to use as a percentage, divide it by 100)

  • Address
    Field integrated with Google Maps

  • Image
    Image upload

  • Attachment
    File upload field, limited to 20MB

  • Color
    Color palette selection

  • Developer
    Customize a field with HTML, CSS and JavaScript injection

  • User
    List of account users

  • Product
    List of account products

  • Customer
    List of account customers

  • Currency Symbol
    Creates a currency symbol field, usually used before a value field

  • Signature
    Receives signatures through the mobile app in documents/quotes and orders.

It is important to choose the correct field type during creation, as it cannot be changed later.


Default Value

The default value determines how the field is pre-filled when opening a form. It does not act as a trigger, so it only appears when the entity is created. It can be configured to pull values from another field – but a value will only be pulled if it is already filled at the time of creation.


Mandatory Fields

The "Required Field" toggle prevents the user from saving the form if the field is not filled.


Key Field

The "Key Field" toggle prevents the user from saving the form if the field contains a value that is already registered in the system, avoiding duplication.


Two-Column Field

The "Two-Column Field" toggle increases the field width in the form.


Masks

Some fields, such as Phone Numbers, CPF, and CNPJ, come with predefined masks. For example, in the case of a CNPJ, the system validates the number and check digits, preventing the user from submitting incorrect or non-existent IDs. It is not possible to remove a field’s mask or create custom masks.


Multiple Selection Fields

In predefined option fields, you can enable the "Multiple Selection" toggle, allowing users to select more than one option.


Formulas

In "Advanced Settings," it is possible to create a formula for the field. Formulas run only within the form and follow JavaScript logic. You can create a simple JavaScript formula, an integrated JSON formula, a conditional formula (simple JavaScript condition, but without coding), or an Excel-like formula. Formulas support dynamic fields; by clicking "Fields" and selecting "JS Codes," you can choose one of the default formulas for auto-filling.


Personal Data Compliance

In "Advanced Settings," enabling "Mark as Personal Data" ensures that the field will be completely deleted from our database if the customer is deleted. This helps your company comply with data protection regulations.


List Filtering

In "Advanced Settings" for predefined options, User, Product, and Customer fields, you can limit which items appear in the list based on a created formula.


Field Editing and Locking Settings

You can restrict which users can edit a field in "Restricted Editing." It is also possible to lock editing by default for all users. The "Editing Rules" can allow or block editing based on a created formula, similar to list filtering.

If configured to block editing for selected users, Administrators will also be able to edit even if they are not selected.


Field Visibility Settings

The same editing restrictions apply to field visibility, allowing conditional hiding of a field within the form. Administrators can manually reveal a hidden field by pressing "Shift+F."


Sections and Field Ordering

In the form settings, you can add a section by clicking "New Section" and rearrange fields by dragging them. Sections have their own user visibility restrictions.

A well-organized form reduces friction in system usage! Ensure that every field is necessary at the moment and that the editing and creation process is smooth and efficient.

Did this answer your question?