Skip to content

Slider Calcutation #786

Open
Open
@Frankcatsdad

Description

@Frankcatsdad

Hi!

I am using 3 range sliders in a Piotnet form to make a calculation. I want to add each slider together to give an end price.

Slider 1 - range 0-20, 20 steps (i want to assign a value of £15 per step)
i.e.
0 = 0
1 = 15
2 = 30
3 = 45
etc.

Slider 2 - range 0-20, 20 steps (i want to assign a value of £10 per step)
i.e.
0 = 0
1 = 10
2 = 20
3 = 30
etc.

Slider 3 - range 0-250, 6 steps (i want to have the steps below with these values)
0 = 0
25 = 56.50
50 = 112.50
100 = 225
150 = 337.50
200 = 450
250 = 562.50

This is my starting point:

skin: "round",
type: "single",
grid: true,
min: 0,
max: 20,
from: 0,

I hope you can assist me with this.

Many thanks
Martin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions