    input[name="email_handler"] {
   visibility: hidden; /* Makes it invisible but still present */
   position: absolute; /* Removes it from the normal layout */
}
