Question
Running JavaScript function when form field's value is changed
Is there any way to run a Javascript function whenever the value in a form field is changed, whether it be programmatically or manually changed? I tried the onblur event but that is only fired when the field is altered manually and the ideal goal is to have the fields filled in programmatically, then have the JS function run.