I have very simple code. On click of the button Add you can add unlimited # of instances. On click of the button remove, you remove instance. Works fine, removes all instances, but when you click Add button again, it adds first instance with the data you have entered before. It does not clean data f...