-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontacto.html
34 lines (28 loc) · 1.71 KB
/
contacto.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
title: Contacto
---
<br>
<h2 style="text-align: center">Contacto</h2>
<div style="width: 60%; position: relative; margin-left: auto; margin-right: auto;">
Se puede utilizar este formulario para informarnos si has encontrado algún error en nuestros datos, o si tienes alguna duda, sugerencia o comentario. Gracias.
<br>
<br><form class="contact-form" action="https://formspree.io/f/mdopqypq" method="POST">
<label for="name" style="color:#333333; font-size: 18px">Nombre: </label><br>
<input class="input" id="name" type="text" name="Nombre" title="Nombre" value="" placeholder="Tu nombre" style="color:#555555"/>
<br/>
<label for="_replyto" style="color:#333333; font-size: 18px">Correo: </label><br>
<input class="input" id="_replyto" type="email" name="Correo" title="Correo" value="" placeholder="[email protected]" style="color:#555555" />
<br/>
<label for="message" style="color:#333333; font-size: 18px">Mensaje: <span class="required">*</span></label><br>
<textarea class="textarea" id="message" name="Mensaje" placeholder="Tu mensaje" required="required" style="color:#555555"></textarea>
<br/>
<input class="button" type="submit" value="Enviar" style="width: 10em"/>
<br/>
<small class="small"><span class="required">*</span> indica un campo requerido</small>
<input type="text" name="_gotcha" style="display:none">
<input type="hidden" name="_subject" value="Mensaje de Jalisco Cómo Votamos">
<input type="hidden" name="_language" value="es" />
<input type="hidden" name="_format" value="plain" />
</form><br><br><br><br><br>
</div>