Publish Infopath 2010 form for sharepoint 2010

This question is about publishing the infopath 2010 form for the sharepoint 2010 server. I developed the form and successfully published it in the sharepoint library. When I try to fill out a form and save it in the sharepoint library, I can not do this? Can someone say How to save a filled infopath form in a library at a common point in 2010?

Any help is appreciated?

+4
source share
2 answers

To really work the β€œSharepoint path”, you need to use some things:

A library of forms with your Infopath form created as a form template. The form library is already set up correctly, but only to make sure that you need to set the InfoPath form to open in the browser (via the form services and the Infopath web page, respectively). To open a file in a browser, this is a parameter in the forms library. Your form should not open with the Infopath form filler.

The easiest way to check this out is to open Infopath 2010 and create a form based on the SharePoint Forms Library that installs everything right for you.

0
source

In the save dialog as InfoPath filler, you tried to provide:

http: <<SERVER_NAME>>/<<SITE>>..../<<FORM_LIBRARY NAME>>/<<FORM_NAME>>.xml 
0
source

Source: https://habr.com/ru/post/1341112/


All Articles