Title: Range Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Range Field

## In this article

 * [Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/range/?output_format=md#key-features)
 * [Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/range/?output_format=md#settings)

[ Back to top](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/range/?output_format=md#wp--skip-link--target)

The Range field provides a slider interface for selecting numeric values within 
a defined range. It offers an intuitive way to input numbers with visual feedback.

## 󠀁[Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/range/?output_format=md#key-features)󠁿

 * Slider interface
 * Min/max value limits
 * Step increment control
 * Visual value display
 * Prepend/append text

## 󠀁[Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/range/?output_format=md#settings)󠁿

 * Default Value – Starting position
 * Min – Minimum allowed value
 * Max – Maximum allowed value
 * Step – Value increment size
 * Prepend/Append – Add text before/after

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Range Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/range/index.md)

Changelog

[ See list of changes: Range Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/range/index.md)

[  Previous: Using the Radio Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/radio-tutorial/)

[  Next: Using the Range Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/range/range-tutorial/)