Skip to content

Slider Element

The Slider element provides a range slider for selecting values between defined minimum and maximum bounds.


Overview

Slider is ideal for:

  • Rating scales
  • Price ranges
  • Volume/intensity controls
  • Satisfaction scores
  • Any bounded numeric selection

Adding a Slider Element

  1. Open the Website Builder
  2. Find Slider in the Elements panel
  3. Drag it onto your page
  4. Configure the range in the General Tab

Properties

General Tab

PropertyDescription
Question TextLabel displayed above the slider
Min ValueLowest selectable value
Max ValueHighest selectable value
Step ValueIncrement between values
Default ValueInitial slider position

Validation Rules

  • Min value must be less than max value minus step
  • Step value cannot be zero or empty
  • Default value must be within [min, max] range

Color Tab

PropertyDescription
Panel BackgroundContainer background
Track ColorSlider track color
Handle ColorSlider handle color

Dimensions Tab

PropertyDescription
WidthSlider width
HeightTrack height
Handle SizeSlider handle dimensions

Step Values

The step determines selectable increments:

MinMaxStepSelectable Values
01010, 1, 2, 3... 10
0100100, 10, 20... 100
010.10, 0.1, 0.2... 1

Use Cases

Satisfaction Scale (1-10)

Label: "Rate your satisfaction"
Min: 1
Max: 10
Step: 1
Default: 5

Price Range

Label: "Budget ($)"
Min: 0
Max: 1000
Step: 50
Default: 500

Percentage

Label: "Completion (%)"
Min: 0
Max: 100
Step: 5
Default: 0

Rating (0-5 stars)

Label: "Rating"
Min: 0
Max: 5
Step: 0.5
Default: 3

Slider vs Other Numeric Inputs

ElementBest For
SliderVisual range selection
Numeric InputExact number entry
RatingStar-based scoring
Increment/DecrementSmall adjustments

Best Practices

  1. Show current value - Display the selected value near the slider

  2. Use logical ranges - Match real-world constraints

  3. Choose appropriate steps - Too many or too few steps is confusing

  4. Set sensible defaults - Start at a common or neutral value

  5. Consider mobile - Ensure the handle is large enough to drag


Questions?

If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.

Useful Links:

Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Numeric Input - https://help.acenji.com/#/./create-web-application/elements/numeric-input/index Rating - https://help.acenji.com/#/./create-web-application/elements/rating/index

Was this article helpful?

No-Code App Builder