SharePoint 2013 configure and publish infopth
This article will simply descript how to configure and publish a InfoPath step by step.
Note: To configure and publish InfoPath to SharePoint 2013 ,required the follow items:
(1)、SharePoint Enterprise 2013.
(2)、Microsoft InfoPath Designer 2013.
(3)、An Adminstrator accout to access the SharePoint 2013 site.
(4)、Having the SharePoint Server Enterprise Site Collection feature actived.
(5)、SharePoint State Service Started.
Make sure the SharePoint Server Enterprise Site Collection feature is actived and SharePoint State Service is started.
Note: if you don't see State Service in the Service application list, go to Central Admin--> click Configuration Wizard --> click Launch the Farm Configuration Wizard--> click Start the Wizard --> Select State Service and click OK.
Create and custom InfoPah by Microsoft InfoPath Designer 2013. The detail demo please reference :
http://www.appvity.com/blogs/post/2013/06/16/How-to-configure-and-publish-InfoPath-to-SharePoint-2013.aspx
if you have created the InfoPath that you can publish it, selected the option corrsponding to where you want to publish the InfoPath to:

1、publish InfoPath Form template to form library
Seleted teh Form Library option if you want publish the new form to a SharePoint Form Library only.Click Next to go to the next Publishing Wizard page.
On this page,you have the option to publish to an exsiting form library or create a new form library. if you select create a new form library and click next ,this page will appear:

On this page, type the Name of the new library and click Next. I chose "InfoPath Library". here ,you have the option to promote form field into the colums of the library. click add to add those column and click next, These fileds will be available as column in the SharePoint Site.
Then, click publish the InfoPath form, select open this form library...and click close.
2、Publish InfoPath Form Template to Site ContentType
Select the Site Content Type (advance) option if you want to publish the InfoPath Form template that binds to a Site Content Type. This option will allow the form template to be used in multiple libraries and sites.
To use InfoPath as a ContentType ., go to the library in which you want to create the form, click the library tab->click the library settings->click advanced settings->under allow management of content types, select yes.
under the contentType section ,click add from existing site Content Types->selected Microsoft InfoPath from the "Selected site content type from" drop down list->select InfoPath contentType from available site contentType box->click add, and click ok.
3、 Publish InfoPath as Approved Form Template
Select the Adminstrator-approved form template and click next. this option will make the form template available on all site collection.

Specify the location and file name for the form template and click next.
To re-use the InfoPath template on other site collections ,follow these steps bellow:
In Central Administration ,click General Application Settings-->under InfoPath Form Services, click Mange form templates.

Click Update form tempalte and select file InfoPath which we saved before and click ok

Make sure that form tempalte is uploaded success and click ok.

Now the Form Template is uploaded to the Managed Form Template page.
Click on the down arrow besides the Form template to activate the InfoPath template at the site collection.
Go to the other site collection to activate the feature (Click Site Settings --> under Site Collection Administrator section, select Site Collection Features --> Activate InfoPath).
After that, go to the list in which you want to re-use InfoPath Form and add Content Type.
Now, you can use the InfoPath Form in that site collection.
SharePoint 2013 configure and publish infopth的更多相关文章
- Install and Configure SharePoint 2013 Workflow
这篇文章主要briefly introduce the Install and configure SharePoint 2013 Workflow. Microsoft 推出了新的Workflow ...
- Configure SSL for SharePoint 2013
http://blogs.msdn.com/b/fabdulwahab/archive/2013/01/21/configure-ssl-for-sharepoint-2013.aspx In thi ...
- SharePoint 2013 create workflow by SharePoint Designer 2013
这篇文章主要基于上一篇http://www.cnblogs.com/qindy/p/6242714.html的基础上,create a sample workflow by SharePoint De ...
- Customize the SharePoint 2013 search experience with a Content Enrichment web service
Did you ever wish you had more control over how your content is indexed and presented as search resu ...
- SharePoint 2013 WebTemplates
SharePoint 2013 WebTemplates You are here: Home / SharePoint 2013 WebTemplates January 24, 2013 Ta ...
- Integrating SharePoint 2013 with ADFS and Shibboleth
Time again to attempt to implement that exciting technology, Federation Services (Web Single Sign On ...
- SharePoint 2013 图文开发系列之InfoPath入门
本文主要介绍SharePoint 2013中,简单发布InfoPath表单,并添加后台代码,示例比较简单,主要描述的是一个创建InfoPath的过程,而非多么深奥的后台代码,希望能够给初学者带来帮助. ...
- SharePoint 2013技巧分享系列 - 同步Exchange显示高清用户照片
在“SharePoint 2013技巧分享系列 - Active Directory同步显示用户照片”文中介绍了如何同步Active Directory显示用户照片,但是同步完成后,用户照片尺寸和清晰 ...
- [转]Installing SharePoint 2013 on Windows Server 2012 R2
转自:http://www.avivroth.com/2013/07/09/installing-sharepoint-2013-on-windows-server-2012-r2-preview/ ...
随机推荐
- 【.net 深呼吸】序列化中的“引用保留”
假设 K 类中有两个属性/字段的类型相同,并且它们引用的是同一个对象实例,在序列化的默认处理中,会为每个引用单独生成数据. 看看下面两个类. [DataContract] public class 帅 ...
- 用scikit-learn进行LDA降维
在线性判别分析LDA原理总结中,我们对LDA降维的原理做了总结,这里我们就对scikit-learn中LDA的降维使用做一个总结. 1. 对scikit-learn中LDA类概述 在scikit-le ...
- 红黑树——算法导论(15)
1. 什么是红黑树 (1) 简介 上一篇我们介绍了基本动态集合操作时间复杂度均为O(h)的二叉搜索树.但遗憾的是,只有当二叉搜索树高度较低时,这些集合操作才会较快:即当树的高度较高(甚至一种极 ...
- echarts+php+mysql 绘图实例
最近在学习php+mysql,因为之前画图表都是直接在echart的实例demo中修改数据,便想着两相结合练习一下,通过ajax调用后台数据画图表. 我使用的是echart3,相比较第二版,echar ...
- PHP的学习--RSA加密解密
PHP服务端与客户端交互或者提供开放API时,通常需要对敏感的数据进行加密,这时候rsa非对称加密就能派上用处了. 举个通俗易懂的例子,假设我们再登录一个网站,发送账号和密码,请求被拦截了. 密码没加 ...
- Python爬虫小白入门(四)PhatomJS+Selenium第一篇
一.前言 在上一篇博文中,我们的爬虫面临着一个问题,在爬取Unsplash网站的时候,由于网站是下拉刷新,并没有分页.所以不能够通过页码获取页面的url来分别发送网络请求.我也尝试了其他方式,比如下拉 ...
- input type='file'上传控件假样式
采用bootstrap框架样式 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> &l ...
- C# 泛型
C# 泛型 1.定义泛型类 在类定义中包含尖括号语法,即可创建泛型类: class MyGenericClass<T> { //Add code } 其中T可以遵循C#命名规则的任意字符. ...
- FreeMarker:怎么使用
第一个FreeMarker程序 1. 建立一个普通的java项目:testFreeMarker 2. 引入freemarker.jar包 3. 在项目目录下建立模板目录:templates 4. 在t ...
- TFS2013 设置签出独占锁
转载自: http://www.cnblogs.com/zhang888/p/4280251.html