• Hello,

    how can I define an “IF field” on my radiobuttons? So if I tap radio button 1, then Range Slider 1 should come and if I touch radio button 2, Range Slider 2 should come. Is this possible?
    I configured it that way, but it does not work:

    <label><div class="radios">[radio radio-763 "Radiobutton1" "Radiobutton2"]</div></label>
    
    [group group-791]
    [range* number-534 step:50 min:50 max:1000 "500"]
    [/group]
    
    [group group-792]
    [range* number-535 step:250 min:1500 max:10000 "5000"]
    [/group]

    Best regards,
    mertrem

  • The topic ‘Radio Button > Range Slider’ is closed to new replies.