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
2
votes
2 answers

SharePoint custom content feature with Word Quick Parts and Document Information Panel

I am creating a custom content type feature for MOSS that will also include a Word 2007 document as the document template. The same Word document will also have a Document Information Panel (DIP) and Quick Parts for all the fields in the content…
Jason
2
votes
0 answers

InfoPath: Passing nodes to C# from form rules

I have just discovered the very useful xdExtension keyword which allows you to execute code directly from a form rule. However any nodes passed into the called function are of type ComObject and there doesn't seem to be a way to cast them into an…
Trent
  • 1,089
  • 3
  • 12
  • 24
2
votes
3 answers

Sending infopath forms via email (as attachment) to be parsed by SQL Server 2005?

Just looking at the requirements of a new project and I wanted to make sure this use case was sound: user fills in InfoPath (2003) form locally on their PC a button within the InfoPath form titled 'submit' brings up a new outlook (2003) email…
Alex
  • 3,099
  • 6
  • 41
  • 56
2
votes
2 answers

Calculate product of a field across repeating elements in InfoPath

It is easy to calculate a sum, an average or a maximum accross set of fields using built-in xpath functions. But is it possible to calculate a product? Assuming I have repeating elements like 10
Stas Slabko
  • 506
  • 5
  • 14
2
votes
1 answer

Is it possible to build an XML document from a list of XPath values and the XML XSD?

I have a list of name/value pairs that I would like to map into an XML document. My idea is this, assign each of the names an XPath like this: Account_Number = 4294587576-32 = /my:myFields/my:Customer/my:AccountNumber Customer_Name …
user356687
  • 73
  • 4
2
votes
1 answer

Infopath 2007 - How do I perform data validation on the current view ONLY?

I have an infopath 2007 form that I am developing which uses 3 different views. The 3 different views are basically the same form, but have different text boxes shown, depending upon what button the user selects. I run into a problem where 'view 1'…
Kolten
  • 3,495
  • 5
  • 42
  • 59
2
votes
2 answers

InfoPath autonumber field

I am designing an infopath (Change Request) form: 1)How can i add a text box that automaticaly increments to the next number when a new form is created (adding a new Change Request form to the form library). 2)How do i retrieve information from an…
Leon Tayson
  • 4,741
  • 7
  • 37
  • 36
2
votes
1 answer

How to manage Infopath VSTA code

Situation We are currently developing a Sharepoint 2010 site that uses Infopath 2010 forms. However most of these forms require more advanced functionality thus these became Adminstrator-approved forms and have c# code on them (VSTA).…
Bryan Hong
  • 1,483
  • 13
  • 28
2
votes
2 answers

How to get QueryString value in Infopath forms

When my Infopath form loaded in the query string i will get the value. I would like to retrieve the value of a query string parameter. How can I do that in Infopath's form code?
Bob
  • 79
  • 1
  • 6
2
votes
1 answer

Load old XML data into new version of InfoPath form

We have an ASP.NET application with an InfoPath forms component, delivering InfoPath forms to the browser using InfoPath Forms Server. Rather than save the forms in SharePoint, we submit the XML form data to a ASP.NET web service, which saves the…
2
votes
1 answer

Need InfoPath 2010 to automatically upgrade to new template

I have a form that was created in InfoPath 2010, as an InfoPath 2003 compatible form. It has managed code behind it (C#, InfoPath 2003 object model) and it is published directly to a SharePoint 2007 form library. The form is opened from another…
2
votes
3 answers

Newly Promoted InfoPath fields not in Form Library?

I have an InfoPath form set as the primary content type on a Form Library which is working fine. The form is a Managed Template uploaded/activated through Central Admin, and contains a number of Promoted Fields. Now I've added another field to the…
DaveD
  • 2,196
  • 1
  • 23
  • 33
2
votes
1 answer

Creating an item in a SharePoint Form Library from a SharePoint Designer Workflow

I'm using MOSS (SharePoint 2007) and InfoPath 2007. I have a Form Library with an attached InfoPath form, and would like to create new items (forms) in this library during a workflow built in SharePoint designer. I've tried using the "Create List…
DaveD
  • 2,196
  • 1
  • 23
  • 33
2
votes
2 answers

Deploy BrowserFormWebPart declaratively without BinarySerializedWebPart Element

Does anyone know if there is a way to deploy a BrowserFormWebPart (custom InfoPath form for a list content type) using standard AllUsersWebPart element and a CDATA section for the properties? So far I have tried without success. Any help is…
Pete Skelly
  • 775
  • 6
  • 16
2
votes
2 answers

XPath Node element indexing based on attribute

I am trying to build an Infopath form which populates fields with data back from a Sharepoint list. I set up a drop-down list box who's values get populated from a Sharepoint data source. That part works fine. Now I want other string fields to get…
Ovi Tisler
  • 6,425
  • 3
  • 38
  • 63