### [How to Customize the Number Slider](https://wpforms.com/snippet/2670321/)

**Published:** October 23, 2023
**Author:** Editorial Team

**Content:**

Just copy this snippet and add it to your site.

For any help in how and where to add snippets, please review this tutorial.

```

/**
 * Limit number range allowed for a Numbers field
 * Apply the class "wpf-num-limit" to the field to enable.
 *
 * @link https://wpforms.com/developers/how-to-limit-range-allowed-in-numbers-field/
 */
 
function wpf_dev_num_slider_step_count() {
    ?>

**Tags:** number slider, php

---

