infopath form with 2 field. Field1 and Field 2.
User 1 open the form and fill in Field1 ,but not yet click submit.
User 2 open the form and fill in Field2.
User 2 click submit. User 2 open the form and see the value of Field2.
User 1 click submit.
When open the infopath form, Field 1 was there ,but Field 2 was not. It is because xml of User 1 override xml of user 2.
On the submit event, i just basiclly do Dataconnections["SharePoint Library Submit"].Execute().
How to get around this?