How to add text at the left and right end of the numeric slider?

  • LUresearchlink
    Asked on March 3, 2015 at 10:30 AM
    Is there any way to customize the slider further? For instance, it would be really cool for my use to be able to attach text to the left and right ends of the slider to act as anchors. I stuck a text box below it to try and accomplish the same thing.
  • Charlie
    Replied on March 3, 2015 at 12:10 PM

    Hi,

    Unfortunately, it is not possible to have text at the left and right end of the numeric slider directly. But you can adjust the "Text" field that you have and position it in just below the slider.

    Here's the custom CSS code that you can use:

    #id_187 {

        position : relative;

        top : -80px;

    }

    Here's the guide on how to inject the custom CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Do let us know if you need more help on this.

    Thank you.