I'm trying to create a form where my customers can fill out information to see how much time they can save when using my services.
So I'm using a Number Field with Calculation. And it works as expected when I'm typing the values in the other Number Fields or Checkbox Fields.
But when I'm using the jQuery Slider to control the Number Values the Calculation is not triggered. It is triggered again when I'm filling out another field with my keyboard though.
Can i do something i my js to trigger the Calculation?
You can see the form here: http://mtaccounting.se/spara-tid/
Thank You!