Slider Widget

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

Last published at: June 13th, 2025

Description:

Use this range slider on the Form to increment/decrement the represented 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 value set to zero (0). The slider values can be configured during Form design and 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 to the canvas and arrange them as shown below.

 

  • Double-click the “Range Slider” to configure the inputs. Provide the minimum and maximum values. Provide a preset value. Provide 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 Actions - Create Form Instance menu option. Generate a new Form instance and 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. 

 

 

Definition Sample:

You may download the sample definition(s) from the link here and later import them (drag-and-drop) to 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 import. Then, save the definition to confirm the changes.

Click here to download the sample file.