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/ ...
随机推荐
- Unity3d入门 - 关于unity工具的熟悉
上周由于工作内容较多,花在unity上学习的时间不多,但总归还是学习了一些东西,内容如下: .1 根据相关的教程在mac上安装了unity. .2 学习了unity的主要的工具分布和对应工具的相关的功 ...
- 【Machine Learning】KNN算法虹膜图片识别
K-近邻算法虹膜图片识别实战 作者:白宁超 2017年1月3日18:26:33 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现的深入理解.本系列文章是作者结 ...
- 深入理解C#
简单认识.NET框架 (1)首先我们得知道 .NET框架具有两个主要组件:公共语言进行时CLR(Common Language Runtime)和框架类库FCL(Framework Class ...
- 【WCF】使用“用户名/密码”验证的合理方法
我不敢说俺的方法是最佳方案,反正这世界上很多东西都是变动的,正像老子所说的——“反(返)者,道之动”.以往看到有些文章中说,为每个客户端安装证书嫌麻烦,就直接采用把用户名和密码塞在SOAP头中发送,然 ...
- html与html5
HTML 是一种在 Web 上使用的通用标记语言.HTML 允许你格式化文本,添加图片,创建链接.输入表单.框架和表格等等,并可将之存为文本文件,浏览器即可读取和显示.HTML 的关键是标签,其作用是 ...
- gulp详细入门教程
本文链接:http://www.ydcss.com/archives/18 gulp详细入门教程 简介: gulp是前端开发过程中对代码进行构建的工具,是自动化项目的构建利器:她不仅能对网站资源进行优 ...
- 多线程 异步 beginInvoke EndInvoke 使用
有许多耗时操作时,还要响应用户操作.这时候就需要用其他线程或者异步来搞.本来是改造公司的日志组件.因为多上了个国外大区的业务到来本系统来.这个系统其他地方都好就是日志,动不动就要死给我们看.有时候寻找 ...
- win7下利用ftp实现华为路由器的上传和下载
win7下利用ftp实现华为路由器的上传和下载 1. Win7下ftp的安装和配置 (1)开始->控制面板->程序->程序和功能->打开或关闭Windows功能 (2)在Wi ...
- 【开源】专业K线绘制[K线主副图、趋势图、成交量、滚动、放大缩小、MACD、KDJ等)
这是一个iOS项目雅黑深邃的K线的绘制. 实现功能包括K线主副图.趋势图.成交量.滚动.放大缩小.MACD.KDJ,长按显示辅助线等功能 预览图 最后的最后,这是项目的开源地址:https://git ...
- Android 微信第三方登录(个人笔记)
今天在写微信登录,花了半天时间搞定.然后写下自己的笔记,希望帮助更多的人...欢迎各位指教. 微信授权登录,官方说的不是很清楚.所以导致有一部分的坑. 微信注册应用平台的应用签名,下载 微信签名生成工 ...