Submit InfoPath Forms
Learn how to save or submit InfoPath forms to SharePoint, MySQL, Web Services, and as e-mail messages.
Submit to SharePoint
InfoPath 2003
Programmatically add an item/event to a SharePoint 2003 calendar using InfoPath 2003 and script code
Use the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS) to add an item to a SharePoint calendar.
InfoPath 2007
Auto-numbering InfoPath forms when they are submitted to a SharePoint form library
Use rules, formulas, and the max() function to generate incremental numbers that can be assigned to InfoPath forms when they are submitted to a form library.
How to submit an InfoPath form to a SharePoint list and attach the form to the list item
Learn how to use the Attachments collection of a SharePoint list item to save the XML of an entire InfoPath form as an attachment to a SharePoint list item.
How to submit the rows of a repeating table in InfoPath to a SharePoint list
Programmatically add items from a repeating table in InfoPath to a SharePoint list by submitting a CAML update batch to the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS).
How to use a SharePoint ItemAdded event handler and the object model to submit data from an InfoPath form to a SharePoint list
This article explains how you can use an ItemAdded event handler on a Form Library to extract data from an InfoPath form that was submitted to the form library and use this data to add a new item to a custom SharePoint list.
How to use a Visual Studio workflow to submit data from an InfoPath form to a SharePoint list
This article explains how you can use a custom Visual Studio sequential workflow on a Form Library to extract data from an InfoPath form that was submitted to the form library and use this data to add a new item to a custom SharePoint list.
How to use the SharePoint object model to submit data from an InfoPath browser form to a SharePoint list
This article explains how you can use the SPContext, SPSite, SPWeb, SPList, and SPListItem classes in C# or Visual Basic code in an InfoPath form to submit the form's data as a new item to a custom SharePoint list.
Programmatically add an item/event to a SharePoint 2007 calendar using InfoPath 2007 and .NET code
Use the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS) to add an item to a SharePoint calendar.
Programmatically submit an InfoPath form to a SharePoint library, send an email, and then close the form
This article shows how you can use the FormEvents_Submit event handler to programmatically execute 2 data connections, one to submit to a SharePoint form library and the other to send an email, when submitting an InfoPath browser form, and then close the form afterwards.
Submit as an E-Mail Message
InfoPath 2007
How to send email from an InfoPath browser form in SharePoint
Learn which options are available when you want to send an email through an InfoPath form that is running in InfoPath Forms Services in SharePoint.
Submit to MySQL
InfoPath 2007
How to submit data from an InfoPath form to a MySQL database using a Web Service
This article shows you how to use a Microsoft .NET Web Service to submit data from an InfoPath form to a MySQL database.
Submit to a Web Service
InfoPath 2007
How to submit rows of a repeating table in InfoPath to a web service
Learn how you can create a .NET web service that accepts data from the rows of a repeating table on an InfoPath form.



