Windows Server 2012 Standard, new osticket installation.IIS8Osticket 1.8.0.1PHP 5.3.5I'm working with users with an extra long domain name and when anyone is creating a new ticket via: http://myosticketwebsite/open.php, they're required to type their entire email address every time. I don't need to autopopulate from osticket or anything fancy, I just want to allow their browser to refill as needed. (yes, browser autocomplete is enabled) Names and even Subject seem to have autocomplete allowed, but not email address for some reason.Inspection of the rendered "Email Address" element yields this:input type="text" id="a29185da8610efcd" size="40" maxlength="64" class="auto email typeahead" autocomplete="off" name="a29185da8610efcd" value=""I can't seem to find where this is set in the code for osticket. Can anyone point me in the right direction?