Title: Input type RANGE slider
Last modified: June 22, 2018

---

# Input type RANGE slider

 *  Resolved [dangerman](https://wordpress.org/support/users/dangerman/)
 * (@dangerman)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/input-type-range-slider/)
 * Hi there m trying to get an range slider input i have used the paragraph for 
   the html markup — how would i get the form to start pulling/hooking the information
   from the slider?
 * — here is html markup and script —
 * <div class=”slidecontainer” >
    <input type=”range” min=”1″ max=”100″ value=”50″
   class=”slider” id=”myRange” data-id=”text”> <p>Value: <span id=”demo”></span>
   </p> </div>
 * <script>
 * var slider = document.getElementById(“myRange”);
    var output = document.getElementById(“
   demo”); output.innerHTML = slider.value; // Display the default slider value
 * // Update the current slider value (each time you drag the slider handle)
    slider.
   oninput = function() { output.innerHTML = this.value; }
 * </script>
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finput-type-range-slider%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [mondula2016](https://wordpress.org/support/users/mondula2016/)
 * (@mondula2016)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/input-type-range-slider/#post-10447311)
 * Hi,
    we will try to help with that issue as soon as possible.
 * best
 * Mondula Team

Viewing 1 replies (of 1 total)

The topic ‘Input type RANGE slider’ is closed to new replies.

 * ![](https://ps.w.org/multi-step-form/assets/icon-256x256.png?rev=1553626)
 * [Multi Step Form](https://wordpress.org/plugins/multi-step-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multi-step-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multi-step-form/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-step-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-step-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-step-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mondula2016](https://wordpress.org/support/users/mondula2016/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/input-type-range-slider/#post-10447311)
 * Status: resolved