Overview

This module is inspired by core Number module and inherits some of it's features. It provides numeric range field. Range field allows to save two numeric (integer, decimal or float) values (from and to), which represents some kind of range (for example: age range).

Features

Field types:

  • Integer range (range_integer)
  • Float range (range_float)
  • Decimal range (range_decimal)

The following settings can be specified:

  • Minimum and maximum values
  • Precision and scale [for decimal ranges]
  • Decimal separator [for decimal and float ranges]
  • FROM value prefix and suffix
  • TO value prefix and suffix
  • FIELD value prefix and suffix
  • COMBINED value prefix and suffix

Widgets:

  • Two textfields

Widget options:

  • FROM and TO form subelements placeholders [D8+]
  • FROM and TO form subelements labels

Formatters:

  • Default (using number_format())
  • Formatted string (using sprintf())
  • Unformatted

Formatter options:

  • Range separator
  • Combine equal values into a single one
  • Thousand separator
  • Decimal separator [for decimal & float ranges]
  • Scale [for decimal & float ranges]
  • Show FIELD value prefix & suffix
  • Show FROM value prefix & suffix
  • Show TO value prefix & suffix
  • Show COMBINED value prefix & suffix

Third party modules support

Video tutorials

  1. Drupal 7 Range: Set two values for a Drupal 7 field @ Code Karate
  2. Drupal modules: The One Percent — Range

Sponsorship

This module is sponsored by Lemberg Solutions.

Supporting organizations: 

Project information

Releases