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. 日期格式代码出现两次的错误 ORA-01810

    错误的原因是使用了两次MM . 一.Oracle中使用to_date()时格式化日期需要注意格式码 如:select to_date('2005-01-01 11:11:21','yyyy-MM-dd ...

  2. 札记:Fragment基础

    Fragment概述 在Fragment出现之前,Activity是app中界面的基本组成单位,值得一提的是,作为四大组件之一,它是需要"注册"的.组件的特性使得一个Activit ...

  3. UML课程复习重点

    第一章 一.UML图示建模工具 二.UML--统一建模语言,以图形符号为基础,描述软件模型既简洁又清晰.它不是开发方法,是独立于任何开发方法之外的语言.它用于描述软件系统分析.设计和实施中的各种模型. ...

  4. 【.net 深呼吸】程序集的热更新

    当一个程序集被加载使用的时候,出于数据的完整性和安全性考虑,程序集文件(在99.9998%的情况下是.dll文件)会被锁定,如果此时你想更新程序集(实际上是替换dll文件),是不可以操作的,这时你得把 ...

  5. 运用php做投票题,例题

    要求大概是这样的,有一个题目,题目下面是复选框,要求点完复选框提交后会变成进度条,各选项的进度条百分比,和投票数量 首先还是要在数据库建两张表,如下: 要完成这个题目,需要建两个页面 <!DOC ...

  6. 【C#代码实战】群蚁算法理论与实践全攻略——旅行商等路径优化问题的新方法

    若干年前读研的时候,学院有一个教授,专门做群蚁算法的,很厉害,偶尔了解了一点点.感觉也是生物智能的一个体现,和遗传算法.神经网络有异曲同工之妙.只不过当时没有实际需求学习,所以没去研究.最近有一个这样 ...

  7. 【原创分享·微信支付】C# MVC 微信支付之微信模板消息推送

    微信支付之微信模板消息推送                    今天我要跟大家分享的是“模板消息”的推送,这玩意呢,你说用途嘛,那还是真真的牛逼呐.原因在哪?就是因为它是依赖微信生存的呀,所以他能不 ...

  8. 简析服务端通过GT导入SHP至PG的方法

    文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 项目中需要在浏览器端直接上传SHP后服务端进行数据的自动入PG ...

  9. Highcharts中国地图热力图

    最近有个项目需要将MC销量按大陆各省统计,并以中国地图人力图效果显示.由于项目一直使用Highcharts进行图表的统计,故采用Highmaps来实现. 效果如下: 1)中国各个省.直辖市.自治区: ...

  10. jenkins无法重启tomcat的原因

    在使用Hudson的执行sh脚本的时候,如果sh脚本是一个后台进程,如 Tomcat 这样的服务.如果使用Hudson的默认配置,会发现这些sh 进程有启动的过程,但是不会常驻后台,看Hudson 输 ...