forked from nvdaes/nvdaes.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
20 lines (19 loc) · 742 Bytes
/
contact.html
File metadata and controls
20 lines (19 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Formulario de contacto
layout: page
---
<form action="https://formspree.io/nvdaes+int+235+1346123617342016783@groups.io" method="POST">
<p><label>Nombre:
<input type="text" name="name" placeholder="Indica tu nombre">
</label></p>
<p><label>Correo electrónico:
<input type="email" name="_replyto" placeholder="Tu dirección de correo electrónico">
</label></p>
<p><label>Mensaje:
<textarea name="message" placeholder="Escribe tu mensaje"></textarea>
</label></p>
<input type="hidden" name="_subject" value="New submission!" />
<input type="hidden" name="_next" value="{{ site.baseurl}}/sent" />
<input type="hidden" name="_language" value="es" />
<p><button type="submit">Enviar</button></p>
</form>