document.querySelector("[id*='edit-email']").onchange = function() {
  this.value = this.value.toLowerCase();
}