Search This Blog

Friday, December 5, 2014

create InfoPath form for SharePoint 2010 list.

Introduction

In the previous article, we learnt Create Content Sources in SharePoint 2010 using PowerShell.In this article we will be seeing how to create InfoPath form for SharePoint 2010 list.

Description:

I have created a custom list named “Custom” which has the following columns
For this list I am going to create an InfoPath form which will be used as New/Edit form in the list. New  form for the list looks like the following
Note: None of the columns is mandatory in Custom list

Create an InfoPath form:

1. Open Microsoft InfoPath Designer 2010.
2. Go to File =>New  => Click on SharePoint List from Available Form Templates
3. Data Connection Wizard will popup, enter the site URL.
4. Click on Next.
5. Select Customize an existing SharePoint list and then select Custom which is a custom list.
6. Click on Finish.
7. You could see the InfoPath form with the following columns

Publish the InfoPath form to SharePoint:

1. Go to File =>Info and then click on Quick Publish.
2. Publishing...
3. Form template is successfully published.

InfoPath form in SharePoint Edit or New form:

1. Open the SharePoint Site.
2. Go to Custom List and add a new item.
3. New form will be an InfoPath form as shown in the following.

How to use the Default SharePoint form:

1.  Go to List Settings.
2. In the General Settings, click on Form Settings.
3. You can select the Default SharePoint form or you can modify the existing InfoPath form.



Thanks for reading.

No comments:

Post a Comment