How to have the result value to follow the slider using slider with calculated result widget?

  • Benflips
    Питано 7. јул 2016. 22:46
    And can the result 'follow' the slider button along the course of the slider rather than just appear at the right edge. In addition, can you have it not show the numerical or label value at all? Or still have the number recorded, but just not visible?
  • Chriistian Jotform Support
    Одговорено 8. јул 2016. 05:28

    Hi,

    I am currently checking your form. I will be back as soon as I find a solution to your concern.

  • Chriistian Jotform Support
    Одговорено 8. јул 2016. 05:39

    Can the result 'follow' the slider button along the course of the slider rather than just appear at the right edge?

    If you mean you want to number value of the slider to move as you move the slider, unfortunately, it is not currently possible. The values' position are fixed at the right edge of the widget.

     

    Can you have it not show the numerical or label value at all? Or still have the number recorded, but just not visible?

     

    If you mean you want to hide the value that is being displayed at the right side, you can add the following custom CSS to the widget.

     

    .value_row {

    visibility: hidden;

    }

     

    To add a custom css to the widget, please see the steps below.

    How to have the result value to follow the slider using slider with calculated result widget? Image 1 Screenshot 30

     

    How to have the result value to follow the slider using slider with calculated result widget? Image 2 Screenshot 41

     

    Do let us know if you need further assistance.