if ( window.history.replaceState ) { window.history.replaceState( null, null, window.location.href ); } function showHumanInput() { document.getElementById("human_div").style.display = "block"; document.getElementById("contact-form-input-button").style.display = "block"; document.getElementById("contact-form-submit-button").style.display = "none"; }