Wednesday, 14 March 2012

Infopath Submit


Design an InfoPath form template as shown in figure 1 with three Text Boxcontrol named

empName, empID, and empContact.





Figure 1. InfoPath form template in Design mode.


The Main data source of the InfoPath form template should resemble the following figure:


Figure 2. Infopath form fields




Following Steps are:

Step 1:

Step 2:
Data connection wizard : File name is concat(empName,Now())


Step 3:

Go to File Tab and select the publish option



Step 4:

Finally publish your site.

2 comments:

SharePoint online - Get List-item attachments and Display to div

Step 1 : Create a List ex: TestList and attach few images Step 2 : Copy and Pastet the below coding in App.js var  Items =  null ; ...