Browser-Enabled Form Templates


Scenario/Problem: You need to allow custom SharePoint forms to be rendered within SharePoint.


Solution: Use the Set-SPInfoPathFormsService cmdlet.

From the PowerShell cmdlet prompt, enter the following:

Set-SPInfoPathFormsService -AllowUserFormBrowserEnabling $true
-AllowUserFormBrowserRendering $true


Tip

To disable the browser-enabled form templates, replace $true with $false.


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.217.5.86