Skip to main content

Posts Tagged ‘InfoPath form’

SharePoint 2010: Getting User Information in InfoPath Form Services

Situation So you’ve got this nice InfoPath form, and you want to pre-populate it with user information. This means you’ll need to somehow get the user’s login information into the InfoPath form. Unfortunately, there’s no simple or straightforward way to do this. Several blogs reference just calling the form’s User property and everything magically works […]

SharePoint 2010: Require Authentication for InfoPath Forms from an Anonymous SharePoint Site

Whether you love or hate InfoPath forms, they occasionally do make things easier. However, the form viewer page comes from the FormServerPage type, which inherits directly from System.Web.UI.Page, meaning that it permits anonymous users to view the page and, consequentially, your form. None of the SharePoint access permissions, aside from folder-level permissions have any affect. […]