direccion de mi blog.
http://culturaxinkagt.blogspot.de/2013/03/contactanos_18.html
formulario html.
Código:
<!--star formulario-->
<form id="form1" name"form1" action="mailto:culturaxmx@gmail.com" method="post" enctype="text/plain">
<h3><fieldset><legend>Datos de contacto</legend>
<h3><label>Nombre</label>
<input name="nombre" type="text" id="nombre" />
</h3>
<h3><label>Email</label>
<input name="email" type="text" id="email" />
</h3>
<fieldset><legend>Escribe tu comentario</legend>
<h3><label>mensaje</label>
<textarea name="mensaje" id="mensaje" cols="40" rows="6" /> </textarea>
</h3>
<input type="submit" name="button" value="ENVIAR" id="button" />
</fieldset>
</fieldset>
</h3>
</form>
<!--end formulario-->