Title: PULL VALUE FROM AN HTML SLIDER
Last modified: January 20, 2021

---

# PULL VALUE FROM AN HTML SLIDER

 *  Resolved [Graicifyd](https://wordpress.org/support/users/graicifyd/)
 * (@graicifyd)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/pull-value-from-an-html-slider/)
 * I don’t know if you can help with this or not.
 * I created a HTML slider using the code below:
 *     ```
       <div id="slider"></div>
       <script>
       var slider = document.getElementById('slider');
       noUiSlider.create(slider, {
           start: 0,
           step: 1,
           tooltips: false,
           connect: 'lower',
           range: {
               min:[559],
       			'1%':[559,1],
       			'25%':[560,60],
       			'50%':[620,55],
       			'75%':[675,75],
       			'100%':[725],max:[725]
           },
           pips: {
               mode: 'values',
               values: [559,560,620,675,725],
               density: 20 }
   
   
       });
       </script>
       ```
   
 * I am trying to display the value in a calculated field.
 * Can you help me on what to do?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpull-value-from-an-html-slider%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/pull-value-from-an-html-slider/#post-13931748)
 * Hello [@graicifyd](https://wordpress.org/support/users/graicifyd/)
 * You are using a third-party library to generate the slider (noUiSlider). You 
   should contact the developers of this library to know how they manage the “slide”
   event. I cannot offer you support for the code of other developers. If you need
   me to implement your project, you should contact me through my private website.
   I cannot develop your project through the WordPress forum.
 * Best regards.
 *  Thread Starter [Graicifyd](https://wordpress.org/support/users/graicifyd/)
 * (@graicifyd)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/pull-value-from-an-html-slider/#post-13931834)
 * Alright,
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PULL VALUE FROM AN HTML SLIDER’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Graicifyd](https://wordpress.org/support/users/graicifyd/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/pull-value-from-an-html-slider/#post-13931834)
 * Status: resolved