Código HTML:
Ver original<form id="form1" name="form1" method=post action="contacto_es.php">
Esta linea esta mal, si quieres que te vaya a contacto_ok.html tendria que ser action="contacto_ok.html" y aparte el method está mal puesto, seria method="post" le faltan las ""
Un saludo