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 13:09:36 +01:00
|
|
|
|
<form name="contact" action="#" netlify>
|
2018-03-05 13:06:57 +01:00
|
|
|
|
<p hidden>
|
|
|
|
|
<label>Don’t fill this out: <input type="text" name="bot-field"/>
|
|
|
|
|
<p>
|
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>
|