Hi,
I am trying to perform a secondary action after a slider has tracked the field it is connected to, but I can’t find a way.
Example
I have a collection with three integer fields, lets say unit price, quantity and total price. If I want to use a slider to track the quantity, and when the slider finishes sliding and quantity is updated, we then calculate the total price as unit price x quantity, how can I do that?
I know I can update a label or a text box etc, but how to actually update the db
I don’t want to require the user to leave the page either…
Thanks