• Resolved omargian

    (@omargian)


    can i asign values to each step in the range slider (for example the range of the slider is 1 to 100 and each step is 2 in the range, can i asign values to each step, step 2 value is 1000, step 4 value is 2000, the user pick step 4 for the end sum the total fields. I saw this functionality with others fields like, button selection, menu selection but i wondering if it possible do the same with range slider field. thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @omargian

    I’m sorry, but in the slider fields the values range from the min to the max, you cannot define a minimum and a maximum, and the intermediary values do not belong to the range.

    So, the solution would be enter the min as 0, the max as 10000, and the step as 2000. Another alternative would be, set the min as 0, max as 100, step as 2, and assuming the field’s name is the fieldname1, using as part of the equation: fieldname1*1000

    Best regards.

    Thread Starter omargian

    (@omargian)

    Great!! just what i wanted. thank you so much. I picked second alternative.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘asign value to each step on the slider’ is closed to new replies.