Questions tagged [infopath]

InfoPath is a component of the Microsoft Office Suite of applications that allows for the creation of XML based form templates and the collection of structured data.

InfoPath is a component of the Microsoft Office Suite of applications. It is an application that allows for the creation of XML based form templates and the collection of structured data. Templates can be deployed to Windows desktops or to an Office SharePoint server. The application can also leverage web services and SharePoint lists as well as SQL Server and Access databases.

Infopath is discontinued on 1 jan 2014, but will be supported until 2026.


Wiki links

InfoPath status in a nutshell

  • There will be no InfoPath 2016, but InfoPath 2013 is filling that role. SharePoint 2016 works with InfoPath 2013, which will be supported until 2026 as if it were part of Office 2016.
  • InfoPath 2013 is now available in the Microsoft Download Center. Microsoft has provided guidance that the successor to InfoPath will be PowerApps, but with caveats: feature parity with InfoPath is not a goal, and InfoPath will still be preferred for some scenarios involving offline work and rich XML documents, for example.
  • Office 365 will support InfoPath browser forms in SharePoint Online ‘until further notice‘. There were indications that support might end one year after the release of Office 2016, but that date has now passed.
  • InfoPath browser forms with code do not work with the Managed Solutions Gallery (SP 2010, 2013, 2016)
  • InfoPath browser forms with code do not work on SharePoint Online.
  • InfoPath browser forms do not work on mobile devices when SharePoint Online mobile view is enabled.
  • There are reports of problems using InfoPath 2013 with Outlook 2016 email.

Taken from this blog

1009 questions
3
votes
0 answers

Infopath Form Print as PDF and Send it via e-mail

We have a process where users would create an Infopath Form (Web Based) to submit requests. Based on the request an approval workflow is triggered and the Infopath form is stored in a Form Library. Based on the status of the approval, we want to…
3
votes
3 answers

C# to fill out InfoPath Form programmatically?

Is it possible to fill out an infopath form and submit it via a C# console application? If yes, then how?
bitcycle
  • 7,632
  • 16
  • 70
  • 121
3
votes
2 answers

Sharepoint permissions (user should able to submit the form, but not able to edit/delete it)?

I'm new to info path-share point. I want following functionality in my form: user should able to submit the form. but should not able to edit/delete the form . When permission level is "contribute" , user is able to submit the form, however can…
Mandar Pande
  • 12,250
  • 16
  • 45
  • 72
3
votes
7 answers

jQuery .ready() for infopath form?

I have an infopath form that I want to modify via jQuery. The only problem is that it loads after the pages DOM loads, so jQuery's standard $(document).ready(handler); won't work here. My question is is there any way to pull a…
Vap0r
  • 2,588
  • 3
  • 22
  • 35
3
votes
1 answer

Programatically Publishing InfoPath Form As Site ContentType (Not Central Admin)

Does anyone have any idea how to deploy an InfoPath Form (2007) as a Site ContentType programatically (script or object model)? I do not want the form published to Central Admin and FormServerTemplates, but rather a Forms Library created by a Web…
Pete Skelly
  • 775
  • 6
  • 16
3
votes
3 answers

InfoPath won't let me customize forms for list

When i try to create a custom InfoPath form on my Orders List I get the following error: The SharePoint list form can't be customized with InfoPath because fields of an unsupported data type are marked as required, or because fields are corrupted.…
SaphuA
  • 3,092
  • 3
  • 39
  • 58
3
votes
1 answer

Pre-Populating InfoPath using SQL Database

I am creating an InfoPath form and want to retrieve the data from the SQL database. I'm not looking for end users to fill in blank text fields, but rather am just wanting to populate the fields with the data from the SQL Database. I have searched…
Richell
  • 315
  • 2
  • 10
  • 22
3
votes
5 answers

How can retrieve email address from the Infopath people/Group picker

How can retrieve email address from the Infopath people/Group picker?When I add the people/Group picker into the infopath form, I only get 3 fields DisplayName,AccountId,AccountType.Can anyone show me how can I get the email either by configurations…
Ybbest
  • 1,520
  • 3
  • 29
  • 43
3
votes
1 answer

Deploy custom InfoPath form with SharePoint list in VS2010

when I make a list in SharePoint 2010, I have the option to edit the forms for this list using InfoPath (by enabling a feature on the site collection and one on the site). When I save this form, it is saved as the default edit form for the list. Now…
Olaf Keijsers
  • 566
  • 4
  • 16
3
votes
2 answers

XML dataset in Crystal Reports

I am trying to print a report from within an InfoPath template. So my dataset is an XML DOM that I will load into the Crystal Report at runtime. But how do I define the dataset off which the Crystal Report is developed? Crystal Reports has a great…
oillio
  • 4,748
  • 5
  • 31
  • 37
3
votes
3 answers

Edit a sharepoint list form with infopath 2010

LS, I'm trying to open an sharepoint 2010 list with InfoPath 2010 but when I try this I get the following errormessage: "this feature requires sharepoint server 2010 or greater with infopath forms services enabled". Strangely everything works if I…
JSC
  • 3,705
  • 3
  • 26
  • 25
3
votes
2 answers

InfoPath 2003 and the xs:any type

I am implementing exception handling for our BizTalk services, and have run into a fairly major stumbling block. In order to make the exception processing as generic as possible, and therefore to allow us to use it for any BizTalk application, our…
ZombieSheep
  • 29,603
  • 12
  • 67
  • 114
3
votes
4 answers

Info Path Form design

how to hide the entire row in a simple (customised)table
Ashwini
  • 31
  • 1
  • 2
3
votes
6 answers

How can I validate within an InfoPath form whether a user exists within a SharePoint Portal?

I am creating a form within InfoPath which is to be integrated into a SharePoint 2007 Portal. Within this form there will be a textfield into which a user can enter the Name of a Person. How can I validate whether this Person exists or not? Instead…
Marcus
  • 1,105
  • 2
  • 21
  • 35
3
votes
2 answers

How to calculate first day of Due date based on frequency in Microsoft Infopath Designer

I am trying to calculate due dates based on the description of the frequency in another field on my form. So I have 3 fields , "Frequency" which contain the description, "Annually", "Semi-annually", "Quarterly". Then I have "Last Date" where there…
adit123
  • 117
  • 2
  • 20
1 2
3
67 68