I have code in an attribute (call it field1) that updates several other attributes on the form that have OnChange events as well.
It seems that when the initial attribute (field1) is updated, the other OnChange events for the other fields is not running. How do I get those to run after field1 OnChange has run?
Thanks!!
Eddi Rae