Forms Services is a component of Microsoft Office SharePoint Server 2007 (Enterprise version only) which allows Microsoft Office InfoPath forms to be hosted in a SharePoint web site and serve them using a browser based interface. InfoPath facilitates wider access to business forms, simplifies forms ...

learn more… | top users | synonyms (1)

1
vote
0answers
59 views
+50

How to Display Uploaded Document Link to View/Download in InfoPath Form?

Hello I am new to Infopath! I have Two Share point Lists: 1. ClientList(ClientID,ClientName,Title,ID) 2. ClientDocuments(DocumentID,RelatedClient,DocumentName,Title,ID etc) RelatedClient field has ...
1
vote
4answers
168 views

Infopath 2010 form fails in attempt to use GetUserProfileByName method from UserProfileService.asmx

My attempts to retrieve UserProfile data for InfoPath form open all end badly with the same error so I have simplified down to one test case which I will try to describe below. Symptom 1: Event ID ...
1
vote
1answer
2k views

System.Net.WebException: The remote server returned an error: (401) Unauthorized

Here is my Scenario : Its for SharePoint 2007 environment I have a Form Library where the InfoPath form with Managed code is deployed. I have a Custom approval Workflow attached to this form. the ...
1
vote
1answer
430 views

Date picker show format differently when publish as a web-based form in SharePoint Library

I have a Infopath form that contain a date picker. I set the date picker's date format to be 'DD/MM/YYYY'. When I preview the Infopath form, the date format is correctly displayed. However, when I ...
0
votes
1answer
2k views

This form template is not currently browser-enabled. It must either be republished as a browser-enabled form,

I have the following error when accessing a web-based InfoPath form. This form template is not currently browser-enabled. It must either be republished as a browser-enabled form, or opened using ...
0
votes
1answer
299 views

How to Bind textbox/ListBox from one List with depending on other Dropdownlist populated with Another Sharepoint list in InfoPath?

I have a DropDownList which is populated with One SharePointList in INFOPATH DESIGNER and the value for other textboxes are filled depending on this DropDownList Selected Value using Rules & ...
3
votes
2answers
2k views

Validation, when using code to submit an Infopath 2010 form

I have a fairly complex infopath 2010 browser form (Being used to process expense claims) that is using code to perform the submission rather than a rule. The initial submit uses code as it needs to ...
1
vote
2answers
538 views

Why my recent changes in infopath form does not show in the browser?

I made some changes in my browser enabled, full trust infopath form in visual studio 2008. I successfully published it as xsn file. Then I use central administration tool to add this form again. I ...
0
votes
2answers
480 views

Form load options in Infopath designer 2007

In Infopath designer 2007, where do I find “Form Load” Options (like the one which is present in Data connections in infopath designer 2010). please Indicate the location.
0
votes
1answer
533 views

Error in GetUserProfileByName (after August Update)

Last Friday I installed August Update on my SharePoint Server 2010. In my InfoPath form I get current user account by SOAP request (GetUserProfileByName). In Connection settings filed "Parameter - ...
1
vote
1answer
1k views

Edit All SharePoint Forms View

Is that possible to edit all SharePoint Forms (View, Edit, New) to get something like this: Label and Input as a row If it is possible, how can i do that ? Do i need to change the ...
0
votes
1answer
391 views

Emailing a completed infopath 2010 form to an unauthenticated user

I'm working on a system in which a user will fill out a temporary parking pass request for a vendor (infopath 2010 browser form), it gets routed to someone for approval then sends an email to the ...
1
vote
1answer
37 views

Infopath form spikes CPU when published

I have an infopath form I'm trying to publish and it causes the CPU usage to spike to 100% for over 10 minutes or until I kill the process. The form isn't overly complicated as it just has 3 ...
1
vote
0answers
42 views

Infopath Multiple-Selection list's Item Changed Event is not working in web browser

I have an infopath form applied to a Form Library in my sharepoint site which have managed code. In that form I use a Multiple-Selection list in a section that shows items (documents) from a ...
0
votes
2answers
164 views

Infopath 2010 “Data Connection Wizard” can't find Sharepoint Library or list

i have an infopath form on a sharepoint list. it works fine. i've added data connections to the list before. i've not worked on the form in a while, and just now realized that i'm no longer allowed to ...
0
votes
1answer
76 views

Can an InfoPath 2010 form be built from an existing content type

I have several custom content types defined in a site collection defined as a hub. These content types have been published and I have some other sites that use these content types. I would like to ...
0
votes
0answers
48 views

No outbound connection from the WFE to the web service hosted server from an InfoPath form hosted in SharePoint 2010

Bit of a background: Dev Enviornment - 1 X WFE/App Server, 1 X DB server UAT Enviornment - 1 X WFE, 1 X App Server and 1 X DB Server We have an infopath form published to a form library, using a ...
0
votes
1answer
205 views

InfoPath 2010 - send custom email with form data attachment

I am trying to submit a Web Browser Form to a document library in another web application which has incoming email enabled. So far I have identified two problems with this: SharePoint 2010 doesn't ...
0
votes
1answer
104 views

“GetUserCollectionFromGroup” - Unable to create a schema from the results of the web service call

I'm trying to use a web service call on SP2010 using IFS. The call I'm trying to use is "GetUserCollectionFromGroup". I'm having trouble getting past the "Set sample data" popup. Everything I've tried ...
0
votes
0answers
34 views

Fastest and easiest way to convert a web-based infopath form in SharePoint 2007 to Microsoft Word document

According to this question (How do I convert a Infopath form created in sharepoint to Word), it have three solution: Using Copy and Paste Using Programming to read XML and merge Templates Using ...
1
vote
2answers
531 views

InfoPath Form Services Publish: “The SOAP message cannot be parsed”

We are trying to publish a basic InfoPath Forms Services form for list with a very large number of columns - we think this might be the problem, but not sure. Here is the publish error: "The SOAP ...
0
votes
0answers
46 views

Listing all the formatting rules of a web-based infopath form

I have created a web-based infopath form in InfoPath 2007. I notice that the Rule Inspector could not display (or list) those formatting rules of an InfoPath form. (as shown in ...
0
votes
1answer
25 views

Alternatives for allowing database connection from browser-based web form

I know that it's impossible to connect directly from a browser-based infopath form to a database unless it's made through a web service. I wonder what alternatives or workarounds are in order to ...
2
votes
1answer
74 views

what does nullreferenceexception mean in my sharepoint log - my infopath form won't “submit” anymore

I tweaked my infopath form by taking out a Lookup field that i no longer needed, and deleting the Data Connection, and now i can no longer submit my form. I get this error: The SOAP response ...
0
votes
0answers
198 views

InfoPath, Rest Service and https

I am having trouble adding a InfoPath data connection to the SharePoint web services in an extranet environment. It worked fine in the internal (non-https) test environment. "InfoPath could not open ...
0
votes
0answers
97 views

InfoPath form published into a Content Type Hub doesn't load in web browser in consuming libraries

We are deploying several content types to an organisation via the Content Type Hub functionality of the Managed Metadata Service in SharePoint 2010. Our main focus at the moment is Project Server and ...
0
votes
2answers
1k views

InfoPath Can't Connect To SharePoint 2010 Server (Enterprise)

I am running a SharePoint 2010 enterprise server. A few months ago I had working InfoPath integration however we weren't sure we'd have the CALS to go live with it so I disabled the Enterprise Site ...
2
votes
1answer
349 views

Force SharePoint InfoPath content type to open through browser, not pop out InfoPath

When I: create a form in InfoPath designer publish it as a new content type to my FormTemplates folder Go into my Forms Library and add from existing content types this content type It allows me to ...
0
votes
3answers
2k views

Error when deploying InfoPath web-enabled form (custom code in the form cannot be run)

I am getting the following error when trying to create a new InfoPath form from a forms library: The custom code in the form cannot be run. This functionality may be deactivated on the server. ...
5
votes
3answers
2k views

How do I change the hostname in InfoPath Form data connection?

I've created a InfoPath form which uses Data Connections. This was on server1. Now I want to change this InfoPath Form on server2 (server1 does not exist anymore). I want to add a new Data ...
1
vote
2answers
234 views

FormsService UploadFormTemplate Method throws Access denied error

I'm trying to programmatically upload an forms template from web application to Central admin. Basically i'm trying to perform "Upload Form Template" functionality in infopath forms services using the ...
1
vote
2answers
162 views

InfoPath Decimal Field Not Maintaining Decimal Preceding in SharePoint Library

Here is what I have done. I have created one new blank InfoPath Form and added (for example) 3 fields, say A1, B1, C1. A1 = Decimal Field = Decimal Preceding : Auto B1 = Decimal Field = Decimal ...
0
votes
1answer
168 views

InfoPath Forms Services - ComboBox Type-Ahead Not Working

We have a simple list with a Lookup to another list on a single-line-of-text field. I customise the form with InfoPath and change the drop-down-list to Combo Box. I set the List ID as the Value and ...
0
votes
1answer
69 views

Change name of infopath form

We have a bunch of archived reports in a document library which are linked to an Info path template. That template has become corrupted but luckily we have a working copy of this in a backup folder. ...
1
vote
1answer
149 views

Deploying InfoPathForm to Web

I deploy a Infopath form to my SiteCollection with a Module. When i want to deploy my solution i get following error: An object of the type ...
0
votes
0answers
29 views

InfoPath Services - form changed event

We are using InfoPath services in our project. Sometimes there is need to change form schema, and it's done via InfoPath Designer. Form is also published from InfoPath Designer to SharePoint. When ...
0
votes
0answers
37 views

Infopath list form Error

I used a SharePoint list as a WebPart in a new page and enabled 'Add an Item' to that WebPart so that users can add items to that list directly through the WebPart present on the new page. Now when ...
0
votes
1answer
106 views

Hiding buttons on an infopath printout

Just curious whether there is a way to hide buttons/other elements on an infopath 2010 form so that that don't appear on the print preview/ printout. TIA
0
votes
0answers
41 views

How to Upgrade Infopath Form using solution Package

I have some Infopath forms and we are deploying all form as content types using SharePoint solution and feature.Everything works fine but lets after deployment there is change in infopath and you want ...
1
vote
0answers
37 views

changing default search result

We have a form library that contains our servers information. When someone is looking for some server form through the search feature, the metadata in the result set always references the person who ...
0
votes
1answer
479 views

How to Pass User Identity from Infopath 2010 to WCF Service in Claims Auth Mode

We have a claims based web application to use forms based authentication. I know InfoPath Forms Service has limitations with claims based authentication, but is there any work around to pass the ...
0
votes
0answers
74 views

auto populating infopath forms from SQL Server Database

We are using Infopath Forms to store and manage our server documentation. A lot of the information there is already drawn from the devices (memory, CPU, network adapters etc), and stored in a separate ...
0
votes
1answer
150 views

How do I get an InfoPath 2010 form deployed with a WSP to work in a sub-site collection?

What I currently have is a SharePoint 2010 project that I have successfully deploying an InfoPath Browser Form (Full Trust) content type and associating it with library instances. This is working ...
1
vote
1answer
143 views

Error adding file to InfoPath form that is browser enabled in SharePoint

I am having an issue with my "add file" control in InfoPath. When I preview the InfoPath form it works fine; however, when I publish the form to the SharePoint site (browser enabled) I get an error ...
0
votes
2answers
230 views

Workflow to copy data from a Rich Text Field to a Text Field (Multi-line)

I tried using a workflow that will copy data from a rich text field to a text field (with multi-line enabled) in a online-based infopath form but without success. Are there other ways to do that?
1
vote
4answers
963 views

InfoPath Form Library Form in Web Part

How can I get an existing form library form (that is, one that has already been submitted) to display in a info path web part? For form library forms, as distinct from list forms, I can only seem to ...
1
vote
2answers
382 views

Uploading a InfoPath form shows as Upgrading as status for a long time

After uploading a form under manage form templates under central admin, i am getting the status as "Upgrading" for a day.. The form is not getting upgraded. All the application pools are running. ...
0
votes
0answers
61 views

How can I modify a Forms Library column created via InfoPath

I created a Status Report InfoPath form and published it to SharePoint 2010 forms library. Everything looks great, but now users are asking to make modifications. When selecting Library Settings in ...
1
vote
0answers
61 views

Sending mail with link that will open in popup

I want to send a hyperlink which on clicked will open in a popup window using sputility.sendemail().
0
votes
0answers
87 views

Using workflow to change the XHTML Rich text box content by extracting data from a List

I have a list that contain a field (which is of type 'Multiple lines of text' textbox). On the other side, I have a online Infopath form that contain a Rich text box (of type: XHTML). May I know how ...

1 2 3