I have a slider in a calculator form, where the max number of months depends on another date field and another value field.
Right now I'm using conditions to show/hide multiple slider fields (showing one or the other), but this is getting complicated.
Anyone know a way to change the Max number of the slider in code, after one of the other fields is changed? For example via a webhook, or via a JavaScript perhaps?