Format Numbers & Currencies ❺
Give your number & currency display the look you want
Last updated
Give your number & currency display the look you want
Last updated
Webflow supports the storage of numbers, including integers and decimals, in the CMS, but has virtually no formatting options.
For decimal values, Webflow allows you to specify the number of decimal places you want to see in the CMS-bound field, however there are no options for commas, units, or currency formats.
This library allows you to format those numbers in commonly recognized formats, including
usd
- US currency ( also useful for AUD, NZD, and others )
gbp
- British pound sterling
eur
- European currency
jpy
- Japanese currency
%
or percent
- percentages
,
or comma
- thousands formatting with commas
And more will come as users request.
wfu-format
attributeUse wfu-format
directly on the CMS-bound numeric field.
Also, use Webflow’s designer to format the number of decimal places you want to see, as we’ll apply this in your formatted result.
There are currently no configuration options for this library, so we’ll use a no-code integration approach.
Add this CSS script to the HEAD of your site or page.
Add this JS reference to the BODY of your site or page.
wfu-format
to the elements you want to formatSee above for details.