Hi,
I have SPFormLibrary and I customized with infopath 2013.
MyForm contains peoplepicker field.
if open form with IE 11 then error " 'JSON' is un defined" .(Only IE 11)
I searched about this problem in forums
I applied solutions to masterpage(seattle)
1) <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1" />
2)<script src="http://code.jquery.com/jquery-2.0.3.js"></script>
3) <script src="http://..../json2.js"></script>
problem continues..
MyLibrary/Forms/AllItems.aspx--> on Browser right click> view source
head><meta name="GENERATOR" content="Microsoft SharePoint" />
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Expires" content="0" /> there is no problem. this is my configuration
but
if adding new document form(infopath form)
http://mysite/_layouts/15/FormServer.aspx?XsnLocation=http://mysite/Forms/template.xsn&SaveLocation=http...Mysite..&ClientInstalled=false&DefaultItemOpen=1&Source=http%3A%2F%2F..MySite%2FForms%2FAllItems%2Easpx
Right Click>view source
!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html lang='tr-TR'>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<title>MyLibrary - New Form</title>
</head>
My Master Page not contains this options.
How to change IE options on the 2. page..
please help