Articles about European Sharepoint Hosting Service
SharePoint Hosting – Something Went Wrong: Error At Infopath Form On Mobile Device
We are using InfoPath forms in SharePoint online, though we know it is deprecated and support will end soon. It was quick to design and start using it. But end users were facing issue while opening the form from their mobile devices.
The form doesn’t open and throws “Something went wrong” error as shown below
Solution
Well, after doing a lot of research over the internet, old forums, and documentations found out that this can be fixed easily with small change in URL. Usually, we send emails to user with form link, we have to append a query string parameter to get this working.
Append this parameter to your URL before sending it to user via email notification
&DefaultItemOpen=1
So the InfoPath Form URL would become like below
https://tenant.sharepoint.com/sites/development/_layouts/15/FormServer.aspx?XmlLocation=/sites/development/New Joiner/TestForm.xml&DefaultView=EndUserView&DefaultItemOpen=1
This will make the InfoPath forms open without any issue on the mobile device.
Thanks for reading!
Print article | This entry was posted by Peter on January 17, 2022 at 4:11 am, and is filed under European SharePoint 2013 Hosting. Follow any responses to this post through RSS 2.0. Both comments and pings are currently closed. |