Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rhub

    (@rhub)

    one more question though :

    how to get several sliders in one form ?

    appart to take an other number and to rename first-slider in second-slider for example, but how to transmit the two or more values ?

    Thread Starter rhub

    (@rhub)

    Hi,

    Thanks a lot, it works well know, I got the slider with the number and it send value through email, perfect !

    To resume :

    In the form tab :

    [number number-505 id:connect-ui-slider class:hidden hide]
    [cf7_ui_slider id:first-slider min:0 max:66 connect:connect-ui-slider]

    “class:hidden” otherwise you got a slider and a number selector.
    “id:connect-ui-slider” to send the good value
    “id:first-slider” otherwise it didn’t display the slider
    “connect:connect-ui-slider” otherwise, it didn’t transmit the value

    In the message tab :

    UISlider [number-505]

    Thanks again, that’s good job !

    Rhub

    Thread Starter rhub

    (@rhub)

    Hi,

    ok thanks, here it is :

    De : [your-name] <[your-email]>
    Sujet : [your-subject]

    Corps du message :
    In [menu-437]
    Out [textarea-80]
    UISlider [number-308]
    Casing [radio-Boitier]
    Cooling [radio-Convection]
    Email [your-email]
    Sujet [your-subject]
    Message [your-message]
    [_remote_ip]

    Cet email a été envoyé via le formulaire de contact de

    Thread Starter rhub

    (@rhub)

    Hi,

    ok thanks, if I put only [cf7_ui_slider id:UISlider min:1 max:4 connect:number-308] I got the good slider, only one, that’s perfect.

    But, It didn’t send data through email, I receive by email :
    UISlider [number-308] It didn’t recognize the number-308 and don’t link to the value input with the slider.

    Thread Starter rhub

    (@rhub)

    Hi,

    In this case, I got a spin box before the slider, it didn’t solve the problem. I still have 2 buttons for my “number-308” one spin box and one slider. I can’t get only your slider with code
    [number* number-308 min:1 max:4 “1”]
    [cf7_ui_slider id:UISlider min:1 max:4 connect:number-308]

    Thread Starter rhub

    (@rhub)

    Hi,

    ok thanks. so i use a number field, in my example “number-308” is a slider number from 1 to 4

    [range* number-308 min:1 max:4 “1”]
    [cf7_ui_slider id:UISlider min:1 max:4 connect:number-308]

    and I connect the cf7_ui_slider to number-308. Ok that work and I receive the slider number value by email.

    But, I got 2 sliders on the page where I call the form~~ see it here

    http://www.hostingpics.net/viewer.php?id=494025slider.jpg

    How to get a only the good slider with number ???

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)