Event occurs when data in some input was changed
Event works for constructed input elements only
Parameters for inputs:
myform.attachEvent("onChange", function (id, value){ //any custom logic here });