Basic Slider

The Basic Slider element allows you to add a Basic Slider with start and end values.

Element Tab

The Basic Slider element has the following attributes in the Element tab:

  • Name - Title of the element

  • Description - Description of the element

  • Minimum Range Value - minimum value that the Basic Slider Button can take

  • Maximum Range Value - maximum value that the Basic Slider Button can take

  • Range Step - shows the step to grow the range. The field will be disabled if the Jump between scale points setting is enabled or the Input slider style is selected.

  • Default Range Value - the initial range value is automatically set for this field before user input or changes.

  • Slider Scale Points - specify the exact data points to emphasize on the slider. Enter multiple values separated by commas, using dots for decimal numbers. Example: 7.5, 10, 13.5

  • Name of Value - here you can put unit measures, such as kg(kilograms), gr(grams), m (meters), etc. There is also an option to choose the alignment of the units against the value.

  • Jump Between Scale Points - when enabled, the slider will lock to the specified scale points, ensuring users can only select predefined values in Slider Scale Points and not anything in between.

Jump Between Scale Points
  • Multiply by Unit Price – enables the use of a unit price multiplier. When toggled on, the final value will be calculated by multiplying the selected value by the specified unit price.

  • Unit Price – the cost per unit of the selected value. This numeric field supports decimal values and defines how much each unit contributes to the total.

  • Unit – a label indicating the measurement unit used for the selected value (such as centimeters, meters, or inches).

  • Replace Subtotal with Multiplied Value – when enabled, this option replaces the original subtotal with the calculated value from the multiplication. Useful for pricing scenarios based on custom measurements.

  • Pricing Structure - The Pricing Structure setting defines how the Cost Calculator calculates the final value of the field based on the quantity selected by the user. Learn More.

Styles

Under this tab, you can select the suitable slider range style according to your needs:

Here are the available styles:

Settings Tab

The Basic Slider element contains the following attributes in the Settings tab:

  • Currency Sign - Enable if you want to show the currency symbol in the total summary

  • Round Value - Enable if you want to round the value to the whole number in the total summary

  • Hidden by Default - The element will be hidden by default.

  • Calculate hidden by default - If any case hides the element via the Hidden by Default setting or hidden by some condition, the element's default value (if it is set) will be counted in the formula

  • Show in Grand Total - Disable if you want to hide the element in Grand Total.

  • Required - Defines whether the element will be required to fill in or not.

  • Additional Classes - Add extra classes to the HTML elements to make further style changes

Add a measuring Unit

This setting allows you to add a measuring unit (Ω, cm, kg, inch, etc.) to the field.

  • Unit Symbol - enter the unit symbol

  • Position - select the position where the symbol should be displayed relative to the number

  • Thousands separator - select the symbol to separate thousands

  • Number of decimals - indicate the number of decimals in the fractional part

  • Decimal separator - select the symbol to separate the fractional part

Pricing Structure

Premium Feature

The Pricing Structure setting defines how the Cost Calculator calculates the final value of the field based on the quantity selected by the user. It allows you to override the field value before it is passed to the formula field. This is especially useful for applying quantity-based discounts or custom pricing logic.

circle-check

Pricing Structure has 4 different options:

By default, the calculator uses the Default pricing structure. It just passes the entered value by the user to the formula field without changes.

circle-exclamation

When you select All Units Pricing, Tiered Pricing, or Flat Unit Price per Range, the calculator opens additional pricing settings, allowing you to configure pricing ranges and display a discount badge:

Before looking at each pricing structure, let's understand the common settings of them:

  • Pricing Structure - choose one of the available pricing structure options.

  • Pricing Range Table - on this table, you can define the range and unit price for the inputs. The range always starts from the minimum value of the element that you set, and ends with the maximum value of the element. You can add new ranges by clicking the Add another range button, and delete the last range by clicking the xmark-large icon next to it.

  • Badge Text - here you can define the label that will be displayed in the discount badge that will be displayed along with the field.

  • Format - choose one of the available formats to display the discount badge on the element. There are three options:

    • % - displays the discounted amount as a percentage

    • $ - displays the discounted amount in currency

    • $ + % - displays the discounted amount in currency and a percentage

  • Variants - choose the discounted badge style.

Here you can see the different badges and how they look with sample examples:

Before going deep to learn about each structure, here is a quick summary of them:

chevron-rightPricing Range used in the table exampleshashtag
  • From 0 to 10 with a unit price of 17

  • From 11 to 100 with a unit price of 14

  • From 101 to 200 with a unit price of 12

  • From 201 to 250 with a unit price of 10

Pricing Structure
Explanation
Input: 8
Input: 57
Input: 221

Passes the entered value directly to the formula without modification

8

57

221

Applies one unit price to all units based on the matched quantity range

8 × 17 = 136

57 × 14 = 798

221 × 10 = 2210

Calculates each pricing range separately and sums the results

8 × 17 = 136

10 × 17 + 47 × 14 = 828

10 × 17 + 90 × 14 + 100 × 12 + 21 × 10 = 2840

Returns a fixed price based on the matched quantity range

17

14

10

Default Pricing

This is the default behavior of the Cost Calculator. The value entered by the user is passed directly to the formula field without any modification.

Example

If the user enters 71, the formula receives 71.

circle-check

All Units Pricing

This option applies a single unit price to all selected units within a range. You define quantity ranges and assign a unit price for each range. Once a range is matched, all units are multiplied by the unit price of that range.

Example

Let's set the pricing range like that:

  • From 0 to 10 with a unit price of 17

  • From 11 to 100 with a unit price of 14

  • From 101 to 200 with a unit price of 12

  • Rest, from 201 to 250 with a unit price of 10

Here are the results. Switch tabs to check the difference:

User enters 8. It matches the first range. Final value is 8 × 17 = 136

circle-check

Tiered Pricing

This option applies different prices to different portions of the quantity. Each range has its own unit price and is calculated independently. The final value is the sum of all tier calculations.

Example

Let's set the pricing range like that:

  • From 0 to 10 with a unit price of 17

  • From 11 to 100 with a unit price of 14

  • From 101 to 200 with a unit price of 12

  • Rest, from 201 to 250 with a unit price of 10

Here are the results. Switch tabs to check the difference:

User enters 8. All units fall into the first range: Final value is 8 × 17 = 136

circle-check

Flat Unit Price per Range

This option assigns a fixed value when the entered quantity falls within a specific range. Instead of multiplying units, the calculator returns a predefined flat value for the matched range.

Example

Let's set the pricing range like that:

  • From 0 to 10 with a unit price of 17

  • From 11 to 100 with a unit price of 14

  • From 101 to 200 with a unit price of 12

  • Rest, from 201 to 250 with a unit price of 10

Here are the results. Switch tabs to check the difference:

User enters 8. All units fall into the first range: Final value is 17.

circle-check

Example for Using Basic Slider Element

We will show an example of using a range element to calculate the ideal weight. The calculators will have fields to input age, height, gender, and formulas. We will use a range element for users to choose their height.

circle-check

That is how the calculator will look on the user page:

You can set up Multiply (cost per value) when you want the value a user inputs to multiply for the cost. For example, if you offer scooters for rent for 1.5 USD/ an hour. The values will multiply by 1.5 to calculate the fees for the rent.

That’s how it will look on the user’s page.

Last updated

Was this helpful?