I have a function that formats a field but I need to hook it to every field on a form. The form has 50+ fields so I am wondering if it's possible to hook the function to every field without using the onLoad and onSave event handlers. The function is quite big so it needs to be applied only when those fields change. Is this possible?
↧