IE=edge missing in show.aspx

The meta IE=edge is missing when loading a form using the show.aspx page. For example, when clicking on links in email. The link goes to show.aspx

The result is that compatibility kicks in and the form is not displayed. How can I add that missing meta in the show.aspx file?

Adding this in the web.config fixes the issue

<system.webServer>
			<httpProtocol>
				<customHeaders>
					<add name="X-UA-Compatible" value="IE=Edge" />
				</customHeaders>
			</httpProtocol>
    </system.webServer>

Hi @ParadimeWeb,

Thank you for the info!

What version of IE or Edge are you using?
And which version of WorkflowGen are you currently using?

Eddy.

IE version 11 and WorkflowGen 7.16.3