I have a product field with a separate quantity field attached. I’m using conditional logic to show 1 of 3 fields depending on the quantity entered (50-99, 100-199, 200-300). Everything works fine, but I have to click outside the input field (after typing in quantity) before it triggers the logic. Is it possible to set the trigger onchange, onkeyup, onfocus
of the quantity field, so it triggers as I type the quantity?
Thanks for any help you can provide.