number2word-logo

This project is not covered by Drupal’s security advisory policy.

Number2Word Field Formatter
This module provides a field formatter for integer and decimal field types which automatically converts number values to their equivalent words.

This module is for you in case you are collecting some information like Age, Height, Weight, Price and distance etc. in your content type forms and want to display them as words or both numbers and words.

This module allows you to define your prefix, suffix, separators and scale etc. on the field formatter settings form under manage display tab.

Usage:

  1. Download and install it as any other Drupal module
  2. Add some Integer or Decimal fields to your content type (form)
  3. On the manage display tab, select ‘Number2Word’ as format
  4. On the right hand side, click on settings (gear) icon which open the settings form where you can make certain choices like Prefix, Suffix, Thousand Separator etc.
  5. Save the settings form and save the Manage Display Form
  6. Now make some entries using the above content type form and see the converted results.

Note
After enabling this module there are few settings given in default field edit form which do not reflect on the field output hence these settings are replicated in field settings form like prefix, suffix, thousand separator, decimal separator etc. So do not forget to make choices on the field settings form on Manage Display Tab.

Project information

Releases