Users can select a number from a defined range of numbers by dragging a handle in the WordPress range slider field. The slider fields are never empty because they always have a value. In other words, even 0 is considered a non-empty value.
Tutorials - How to add Range Slider field to your form
You have to notice that Ranger slider field only works on the frontend
First, you have to choose the field type is Range Slider of field widget.
If you want to customize the style of Range Slider field, you can use Ion Range Slider Library
http://ionden.com/a/plugins/ion.rangeSlider/demo.html
This is Options for Single Slider of Range Slider field:
skin: "round", type: "single", min: 100, max: 1000, from: 550
Options for Double Slider of Range Slider field
skin: "round", type: "double", grid: true, min: 0, max: 1000,
from: 200, to: 800, prefix: "$"
Simple start, basic params
min: 100,max: 1000,from: 550
Set up range and step
type: "double",grid: true,
min: 0,max: 1000,from: 200,
to: 800,prefix: "$"
type: "double",grid: true,
min: -1000,max: 1000,
from: -500,to: 500
type: "double",grid: true,
min: -1000,max: 1000,
from: -500,to: 500,step: 250
type: "double",grid: true,
min: -12.8,max: 12.8,
from: -3.2,to: 3.2,step: 0.1
In addition, you can customize CSS to diverse your Range Slider field.
Field
Form ID: Applying only one Identity of the Form value is a basic mandatory in order for your Form to work normally. Enter the same Form ID for all fields in a form.
How to name your Form ID: Be aware that you can use only Latin characters for this name. Numbers and underscores are also acceptable but do not leave spaces. If you want to use multiple words to name the field, divide them with an underscore.
E.g., order_form (use an underscore instead of a dash/hyphen)
Type: Choose Range Slider
Field ID: Identity of the Field has to be unique in a Form. Duplicated Field IDs will make your Form not to work properly.
How to name your Field ID: Be aware that you can use only Latin characters for this name. Numbers and underscores are also acceptable but do not leave spaces. If you want to use multiple words to name the field, divide them with an underscore. Furthermore, please do not enter Field ID = product.
E.g., your_field_id (use an underscore instead of a dash/hyphen)
Shortcode: You could get the input data of the field by embedding this shortcode into a hidden field, calculated field, email, or other actions in Submit Button
Label: It is a name that appears above the field bar and is visible to users.
Show Label: Depending on your purpose, you can show the Label of the field or not by this function.
Inline Label: As the name of the function, it helps your Label and input field be placed in the same row.
Required: When you enable this function, a website visitor obviously must fill out/choose options in this field. Once the user ignores it, the system will warn by a default message.
Required mark: Show the mandatory mark right on the Label
Range Slider Options: Refer to the demo and document: http://ionden.com/a/plugins/ion.rangeSlider/demo.html
Live Preview Code: You can show the input data to show up directly on your Form. To get a demo, please click here
Live Preview Width: The width size will be displayed when applying Live Preview Code.
Live Preview Height: The height size will be displayed when applying Live Preview Code.
Other Options
Invalid message: an error notification will show up to alert when the format of input data is incorrect.
Autocomplete: The Autocomplete function provides suggestions while you type into the field.
Remove this field from Repeater: Apply for Repeater function.
Remove this field from email message: Apply for Email Action depending on specific option values. For example: when a website user chooses a particular option, and you do not want to show this field in email by this option.
Icon:
You can implement an Icon from our default icon media and are able to customize the width, size, position, and color of the icon.
Label
You can customize the Label elements: Space between Label and Content, Text Align, Text Color, Typography
Field
You can customize the Content Elements: Text Align, Text Color, Typography, Background Color, Input Max Width, Input Padding, Input Placeholder Color, Input Placeholder Typography, Border Type, Border Type, Border Type, Border Radius, and Box Shadow.
Layout
Adjust Margin, Padding, Width, Position, Z-index, CSS ID, CSS Classes
Motion Effects
Scrolling Effects, Mouse Effects, Sticky: None, Top, Button, Entrance Animation
Transform
You can set both normal and hover styles for elements: Rotate, Offset, Scale, Scale, Flip Horizontal, Flip Vertical
Background
You can set both normal and hover styles for Background Type.
Border
You can set both normal and hover styles for Border Type, Border Radius, Box Shadow
Mask
Adjust the Shape, Size, Position or Repeat
Responsive
Responsive visibility will take effect only on the preview or live page, and not while editing in Elementor.
You can hide it on your Desktop, Tablet, or Mobile.
Attributes
Set custom attributes for the wrapper element. Each attribute in a separate line. Separate attribute key from the value using | character.
Custom CSS
Add your own custom CSS here
You can set up PAFE extensions here.
For more information, you can reach out here