The Formatted Number field displays a numeric value from another field in a formatted way. It can be shown as a decimal, currency, or percentage, and is useful when you want to present totals or calculated values with consistent formatting.
Settings
To use this field, select Formatted Number as the type. Then configure the following settings:
Source Field Name: The name of the field whose numeric value will be formatted.
Locale: The locale code used for formatting (e.g.,
en-US
,it-IT
). It defines how numbers are displayed based on regional standards.Style: Choose how to format the number:
Decimal
: standard numberCurrency
: includes a currency symbolPercent
: formats as a percentage
Currency (only if style is set to
Currency
): The currency code (e.g.,USD
,EUR
) to use.Decimal Places: Number of digits to show after the decimal point (from 0 to 20).
Hide in Form: Option to keep the field hidden in the front end while still making the formatted value available for logic or submission.
The field is read-only and always updates based on the source field’s value.