Format Numbers & Currencies ❺

Give your number & currency display the look you want

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.

Demonstration

Usage Notes

wfu-format attribute

Use wfu-format directly on the CMS-bound numeric field.

wfu-format = usd

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.

Getting Started ( NOCODE )

STEP 1 - Add the Library

First, add the library as detailed in Quick Start.

STEP 2 - Apply the custom attributes to the elements you want to affect

See above for details.

Last updated