Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter dental1

    (@dental1)

    Thanks! I think I’m close ?? but I can not do it anymore.
    [range* number-10 min:0 max:10 step:1 class:bar id:foo “10”]

    I want from 1 to 10 to calculate every 0.5. What is missing from this code for a Range Slider?

    Hi @dental1,

    Theoretically the step would be 0.5, however I don’t think anything >1 is supported as a step – at least I couldn’t get it to work.

    You’d therefore need to have a range of 0 to 20 (e.g. 3 is actually 1.5) with:
    [range* number-10 min:0 max:20 step:1 class:bar id:foo "10"]

    If that doesn’t work for you, please give us some further information what you are specifically trying to do and we will see what we can recommend. ??

    Hope this helps.

    Kind Regards,
    Tim

    Thread Starter dental1

    (@dental1)

    Hi,
    Thanks for trying!
    I want to add a slider bar with value to the form.
    I want a range of 0 to 10. With step 0.5, but yes i don’t think that 0.5 supported as a step. ≤1

    Hi @dental1,

    Yes – I think you’d have to go with the 0-20 approach then. If you’re happy with that this is resolved, please do check the box below where you type your reply to let others know this thread is resolved.

    Kind Regards,
    Tim

    Thread Starter dental1

    (@dental1)

    How the value can be displayed as the visitor moves the bar?

    Thread Starter dental1

    (@dental1)

    I want to add a simple range slider in contact form 7.
    In the form-tag number that I used, [range* number-37 min:1 max:10 class:1 “1”]

    the numbers on the bar do not appear. what can I do?

    Hi @dental1,

    I don’t think that this is natively supported. Sorry about that, a lot of people seem to ask the same thing on the forums and I cannot see a way to do it.

    Kind Regards,
    Tim

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Number Slider’ is closed to new replies.