Click here to Skip to main content
15,867,594 members
Articles / Productivity Apps and Services / Sharepoint
Tip/Trick

SharePoint 2010: Using InfoPath Forms

Rate me:
Please Sign up or sign in to vote.
3.50/5 (4 votes)
17 Jun 2012CPOL4 min read 87.9K   6   5
Usage of InfoPath Forms along with SharePoint 2010.

Introduction

In this article we will explore the usage of InfoPath Forms along with SharePoint 2010.

Image 1

What is InfoPath?

InfoPath is an application to create XML based Data entry Forms and targeted for end users and developers. The flexibility to create more sophisticated forms with little or no code is one of the highlighted advantages of using InfoPath.

InfoPath Designer is the tool to create Forms and it has a ribbon interface plus the Designer tools. InfoPath is a part of Microsoft Office Professional Plus.

What are the advantages of using InfoPath with SharePoint?

You might be thinking that SharePoint provides Lists which creates Forms for data entry. Then why we need InfoPath Forms?

The answer would be additional features provided by InfoPath like:

  • Rules support for validating Fields
  • More flexibility in capturing repeated entries
  • Managed Code Support
  • Digital Signature support
  • Users without Programming skills can create Forms

The following table gives a comparison of the various tools and the expertize level required.

Requirement

Solution

Skill

Simple Forms

SharePoint List & Forms

User

Forms with more features

InfoPath Forms

User

Complex Forms

ASP.NET WebParts

Developer

InfoPath Forms are managed inside SharePoint through the Central Administration > General Application Settings > InfoPath Forms Services

Image 2

What are the tools needed?

You need InfoPath Designer 2010 to work with the examples in this article. You can download a Trial Version of Office 2010 Professional Plus 64 bit from here.

After installation you can start InfoPath Designer 2010 from the Start menu.

Image 3

Creating a Form

Now we can start by creating a Form and Deploying to our SharePoint site. Our aim is to have a simple form to capture the following fields:

  • Title
  • Full Name
  • Address

Double Click on the SharePoint List button from the first screen of InfoPath Designer. You will get the following screen. Enter your site name there and click the Next button.

Image 4

In the succeeding form enter your user credentials if prompted. The next wizard screen will be prompting to enter the List Name for the Form.

Note: The form which we are creating will be used to capture item information. This information is stored as a SharePoint list.

Image 5

Click the Next button and then click Finish.

You will see the following Designer screen.

Image 6

The Title and Attachments are two rows by default. As you will be knowing Title is the default field required and you change the caption.

Field Pane

There is a Fields pane on the right hand side from which you can drag and drop fields. You can even add new fields using the Add Field button.

Image 7

Using the Form Designer

We can add or delete rows from the form. For example we can remove the Attachments field. Right click on the Attachments Row and use the menu item Delete > Rows

Image 8

Now the Attachments row got deleted.

Image 9

Now we need to add the Full Name field. For this right click on the Title row and use the menu option Insert > Rows Below.

Creating a New Field

As you can see that the Fields pane does not have a Full Name field. We need to add this now. Click on the Add field link from the Fields pane.

Enter the text Full Name in the Display Name area. The name area will be automatically filled as shown below. Leave the Data type as Single line of text itself.

Image 10

Press the OK button and the new field is created.

Image 11

Placing the New Field on the Form

We can just drag and drop the field and the label and text box are automatically created. But this is little tricky. In the designer drag the field to the form. If you see that the row is highlighted drop the field.

Image 12

Now the user controls (label and textbox) are created as shown below.

Image 13

Please repeat the same step for creating an Address field. This time you have to select a multiline textbox.

Once all the 3 fields are ready with input controls, the form would look like below:

Image 14

Note: There is no OK and Cancel buttons as they will be shown by the runtime viewer.

Saving the Form

Now click on the Save button and enter the name as My InfoPath Form.

Publishing the Form

Now we are ready to publish the form to our SharePoint server. You can use the File > Publish > SharePoint List button to achieve this.

Image 15

If the Publish was successful you will get the following dialog.

Image 16

Click on the link in dialog to open the site.

Image 17

Viewing the InfoPath Form

To view the InfoPath form we just created use the Add new item link. You can see the following screen.

Image 18

Enter some details and click the Save button. If it goes well you can see the new item inserted.

Image 19

So this concludes our usage of InfoPath form and Publishing it.

References

Summary

In this article, we have explored the usage of InfoPath Forms along with SharePoint 2010. In real world scenarios, users can create their own InfoPath forms and publish to the SharePoint site. In the next article we can see about using Rules with InfoPath Forms.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Jean Paul is a Microsoft MVP and Architect with 12+ years of experience. He is very much passionate in programming and his core skills are SharePoint, ASP.NET & C#.

In the academic side he do hold a BS in Computer Science & MBA. In the certification side he holds MCPD & MCTS spanning from .Net Fundamentals to SQL Server.

Most of the free time he will be doing technical activities like researching solutions, writing articles, resolving forum problems etc. He believes quality & satisfaction goes hand in hand.

You can find some of his work over here. He blogs at http://jeanpaulva.com

Comments and Discussions

 
QuestionThis article is superfluous and misleading Pin
Guennady Vanin17-Jun-12 23:58
Guennady Vanin17-Jun-12 23:58 
AnswerRe: This article is superfluous and misleading Pin
Jean Paul V.A18-Jun-12 3:41
Jean Paul V.A18-Jun-12 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.