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的更多相关文章

  1. Install and Configure SharePoint 2013 Workflow

    这篇文章主要briefly introduce the Install and configure SharePoint 2013 Workflow. Microsoft 推出了新的Workflow ...

  2. Configure SSL for SharePoint 2013

    http://blogs.msdn.com/b/fabdulwahab/archive/2013/01/21/configure-ssl-for-sharepoint-2013.aspx In thi ...

  3. SharePoint 2013 create workflow by SharePoint Designer 2013

    这篇文章主要基于上一篇http://www.cnblogs.com/qindy/p/6242714.html的基础上,create a sample workflow by SharePoint De ...

  4. 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 ...

  5. SharePoint 2013 WebTemplates

    SharePoint 2013 WebTemplates You are here: Home / SharePoint 2013 WebTemplates   January 24, 2013 Ta ...

  6. Integrating SharePoint 2013 with ADFS and Shibboleth

    Time again to attempt to implement that exciting technology, Federation Services (Web Single Sign On ...

  7. SharePoint 2013 图文开发系列之InfoPath入门

    本文主要介绍SharePoint 2013中,简单发布InfoPath表单,并添加后台代码,示例比较简单,主要描述的是一个创建InfoPath的过程,而非多么深奥的后台代码,希望能够给初学者带来帮助. ...

  8. SharePoint 2013技巧分享系列 - 同步Exchange显示高清用户照片

    在“SharePoint 2013技巧分享系列 - Active Directory同步显示用户照片”文中介绍了如何同步Active Directory显示用户照片,但是同步完成后,用户照片尺寸和清晰 ...

  9. [转]Installing SharePoint 2013 on Windows Server 2012 R2

    转自:http://www.avivroth.com/2013/07/09/installing-sharepoint-2013-on-windows-server-2012-r2-preview/ ...

随机推荐

  1. accept_mutex与性能的关系 (nginx)

    注:运行环境CentOS 6+   背景      在对启动了20个worker的nginx进行压力测试的时候发现:如果把配置文件中event配置块中的accept_mutex开关打开(1.11.3版 ...

  2. JS核心系列:理解 new 的运行机制

    和其他高级语言一样 javascript 中也有 new 运算符,我们知道 new 运算符是用来实例化一个类,从而在内存中分配一个实例对象. 但在 javascript 中,万物皆对象,为什么还要通过 ...

  3. Linq表达式、Lambda表达式你更喜欢哪个?

    什么是Linq表达式?什么是Lambda表达式? 如图: 由此可见Linq表达式和Lambda表达式并没有什么可比性. 那与Lambda表达式相关的整条语句称作什么呢?在微软并没有给出官方的命名,在& ...

  4. JavaScript中Math对象的方法介绍

    1.比较最值方法 比较最值有两种方法,max() 和 min() 方法. 1.1 max() 方法,比较一组数值中的最大值,返回最大值. var maxnum = Math.max(12,6,43,5 ...

  5. 【翻译】MongoDB指南/CRUD操作(三)

    [原文地址]https://docs.mongodb.com/manual/ CRUD操作(三) 主要内容: 原子性和事务(Atomicity and Transactions),读隔离.一致性和新近 ...

  6. 如何将VCSA添加到微软域控环境,并且实现微软域账号登陆vCenter

    v:* { } o:* { } w:* { } .shape { } p.msonormal,li.msonormal,div.msonormal { margin: 0cm; margin-bott ...

  7. if __name__== "__main__" 的意思(作用)python代码复用

    if __name__== "__main__" 的意思(作用)python代码复用 转自:大步's Blog  http://www.dabu.info/if-__-name__ ...

  8. 移动应用App测试与质量管理一

    测试工程师 基于Html的WebApp测试, 现在一些移动App混Html5 HTML5性能测试 兼容性 整理后的脑图 测试招聘 弱化大量技术考察 看重看问题的高度 看重潜力 测试经验 质量管理 专项 ...

  9. BPM合同管理解决方案分享

    一.方案概述合同是组织与组织间所订协议的法律 表现形式,体现着双方对于合作在法律和道德上的承诺.然而,大多数企业的合同管理都或多或少存在合同审批过程不规范.签订草率.审批权责不清.合同执行跟踪难.合同 ...

  10. Android 在Android代码中执行命令行

    1.路径最好不要是自己拼写的路径/mnt/shell/emulated/0/wifidog.conf 最好是通过方法获取的路径,不然可能导致命令无效  (挂载点的原因) public static f ...