Sign In
jQuery(function () { OnLoad(); });
function OnLoad() {
var signInUserNameField = document.getElementById(‘ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_signInUserName’);
var passwordUserNameField = document.getElementById(‘ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_passwordUserName’);
if (signInUserNameField) {
document.getElementById(‘ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_signInUserName’).setAttribute(“autocorrect”, “off”);
document.getElementById(‘ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_signInUserName’).setAttribute(“autocapitalize”, “off”);
}
if (passwordUserNameField) {
document.getElementById(‘ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_passwordUserName’).setAttribute(“autocorrect”, “off”);
document.getElementById(‘ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_passwordUserName’).setAttribute(“autocapitalize”, “off”);
}
}
//