Help with slider

Hi, I have a slider. The min value is 1 and the max value are the current users points. I want to label the slider, on the left side there should be the min value and the right side the max value, so the current users points. When the user moves the slider there should also be the current value displayed, so the value of the sliders current location.

Does somebody know how to do that?

Best wishes
Jakob

image

image

Hi there, @Jakob1… you have to use text elements to do what you described because the slider doesn’t support labels like that. So, put a text element on both sides of the slider and show the min and max values in those elements.

Best…
Mike

1 Like

Ok thanks. And is it possible to show the value of the sliders current location?

Do you mean as the user is moving the slider?

1 Like

yes, so the value should move with the slider

You could set a custom state to the slider’s value when the slider is changed, set the initial content of the slider to the custom state’s value, and show the custom state’s value in a text element.

1 Like

Ok thanks :smiley:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.