2018-03-04 19:45:46 +01:00
|
|
|
---
|
|
|
|
title: "Contacta"
|
2018-03-05 00:32:05 +01:00
|
|
|
menu:
|
|
|
|
main:
|
|
|
|
name: "Contacta"
|
|
|
|
weight: 6
|
|
|
|
url: "/contacta/"
|
2018-03-04 19:45:46 +01:00
|
|
|
---
|
|
|
|
Pàgina no disponible temporalment. Disculpeu les molèsties.
|
2018-03-05 11:07:24 +01:00
|
|
|
|
2018-03-05 12:51:56 +01:00
|
|
|
<form name="contact" action="/missatge-enviat" netlify>
|
2018-03-05 11:19:53 +01:00
|
|
|
<p>
|
|
|
|
<label>Nom: <input type="text" name="name"></label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<label>Correu electrònic: <input type="email" name="email"></label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<label>Missatge: <textarea name="message"></textarea></label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<button type="submit">Envia</button>
|
|
|
|
</p>
|
|
|
|
</form>
|