I have an InfoPath 2007 Web Based form that uses a data connection to submit to a document library. As soon somebody submits, a workflow starts for that document. I would like to add another button that just saves a draft of that document in another document library, on the same site, so before they submit they can work on it. For this reason, I created another Data Connection to the second document library. Is there any way to get the button name (or some other identifier that which button submits) and open the right Data connection and then submits using FormEvents_Submit method? Is that possible at all?