This demo shows how to enable the InfoPath Form Viewer WebPart and configure it to show your InfoPath forms.
This is the second part of my presentation at the SharePoint User Group UK meeting in Telford.
The presentation covers
- Adding InfoPath form view as a safe control
- Enabling the web part in the site collection gallery
- Adding the web part
- Useful tip when it errors with a ‘Form Closed’ display
- Setting the web part properties, and an easy way to find the information
The safe control information referred to in the presentation.
<!– Info Path Demo –>
<SafeControl Assembly=”Microsoft.Office.InfoPath.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” Namespace=”Microsoft.Office.InfoPath.Server.Controls” TypeName=”XmlFormView” Safe=”True”/>


