How to I use slider values in calculations?
The Range Slider values no longer show in the dropdown when you use Insert Merge Tags but you can still insert them manually.
ExampleLets say your Range Slider has the field ID 3 (the field ID can be found in top right corner of the Field Settings when you have the Range Slider selected).
If you wanted to add the value of the first handle to the second, then your calculation would be {Range Slider:3.1} + {Range Slider:3.2}.
The decimal number indicates which input from the slider to use so 3.1 is the ID for the input value of the first handle and 3.2 is the is ID for the input value of the second.