How to add text block above each slider in Sliders with calculated result?

  • Buzzcom
    Asked on January 28, 2016 at 12:18 AM

    I have the calculable slider widget in my form and I have customised it to get the results that I want.

    How do I separate the sliders so that I can have a text block above each one?

    thanks

  • Ashwin JotForm Support
    Replied on January 28, 2016 at 7:55 AM

    Hello Buzzcom,

    I am not sure if I have understood your requirement correctly. Do you mean to say that you want to add text above each slider?

    You can add any desired text in the widget and inject custom css code to change the placement & appearance of the text and slider. Please check the screenshot below where I added the text and the required custom css code:

    How to add text block above each slider in Sliders with calculated result? Image 1 Screenshot 20

     

    I injected the following custom css code in the widget:

    .label_row {

        position: relative;

        left: 127px;

        top: -50px;

        height: 150px;

        width: 300px;

    }

     

    Based on the text you add in the widget, the custom css code needs to be updated by changing the height, width, top & left values.

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!