Hi @MFrisk,
Thank you for posting in this community.
There are a number of reasons why a form may not be viewable in your browser, please refer to the following methods to fix it:
1.Enable browser rendering of user forms by using Central Administration
- Verify that the user account that is performing this procedure is a member of the Farm Administrators SharePoint group.
- Start Central Administration.
- In Central Administration, click General Application Settings.
- On the General Application Settings page, in the InfoPath Forms Services section, click Configure InfoPath Forms Services.
- On the Configure InfoPath Forms Services page, in the User Browser-enabled Form Templates section, select the Render form templates that are browser-enabled by users check box.
- Click OK at the bottom of the page.
2.Enable browser rendering of user forms by using Microsoft PowerShell
- Verify that you have the following memberships:
- securityadmin fixed server role on the SQL Server instance.
- db_owner fixed database role on all databases that are to be updated.
- Administrators group on the server on which you are running the PowerShell cmdlets.
An administrator can use the Add-SPShellAdmin cmdlet to grant permissions to use SharePoint Server cmdlets.
- Start the SharePoint Management Shell.
- At the PowerShell command prompt, type the following command:
Set-SPInfoPathFormsService -AllowUserFormBrowserRendering $true
Reference: InfoPath form library forms cannot open the forms in a Web browser.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.