Range Slider

Use this widget on the Form to increment / decrement the value represented.

Last published at: January 27th, 2026

Description:

Use this range slider on the Form to increment or decrement the value in the parent Form, subform, table, bootstrap grid, subform grid view, and tab form controls. The minimum and maximum values are configurable, with the minimum set to zero (0). Slider values can be configured during Form design and at runtime using setFormFieldValues, getFormFieldValues, process steps, and event JavaScript. 

 

Inputs

  • ID/Name - Name of the widget generated by FlowWright (read-only field)
  • Min Value - Provide minimum non-negative value (default is 0)
  • Max Value - Provide maximum value
  • Set Value - Provide value in between as a preset 
  • Label Text - Provide a label text 
  • Label Position - Select a position from the dropdown
  • Slider Color - Select colors from a predefined palette or HEX value 
  • Hide - Select the checkbox to Hide (tick mark)
  • Read Only - Select the checkbox to Read-Only (tick mark)
  • Show Minimum / Maximum Value - Select the checkbox to display
  • Save - Save the input values
  • Delete - Remove this form widget from the designer page 
  • Close - Close the input popup window
 

 

Design:

 

 

Example:

Let’s build and execute the “RangeWidgetDef” example.  

  • Create a new Form Definition called “RangeWidgetDef.”
  • Drag a “BootstrapGrid, Range Slider, and Submit” control onto the canvas and arrange them as shown below.

 

  • Double-click the “Range Slider” to configure the inputs. Enter the minimum and maximum values. Enter a preset value. Enter the label text. Select the label position from the drop-down list. Select the slider color. You may configure the checkbox to hide the control or make it read-only when the Form is rendered. Select the checkbox to display the minimum and maximum values. Click the Save button. 

 

  • Save the Form Definition. Select the Actions - Create Form Instance menu option. Generate a new Form Instance, then select the check box to edit this Form Instance.

 

  • The Form is displayed to the user, allowing them to select a value by sliding and submitting it. 

 

 

Definition Sample:

You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.

Note: Please verify and complete the process steps for any missing configurations, such as file path references and database connections, after the import. Then, save the definition to confirm the changes.

Click here to download the sample file.