Hi,
I need to perform an action when any field in the form is changed.
The form has about 40 fields.
Currently, I have a onchange function on every field that set a global variable to true:
function onFieldChange() {
window.fieldWasChanged = true;
}
Is there a better way to do this? Is there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.