2018-03-04 19:45:46 +01:00
|
|
|
---
|
|
|
|
title: "Contacta"
|
|
|
|
draft: false
|
|
|
|
---
|
|
|
|
Pàgina no disponible temporalment. Disculpeu les molèsties.
|
2018-03-04 22:46:24 +01:00
|
|
|
|
2018-03-04 22:50:14 +01:00
|
|
|
<form name="contact" method="POST" action="ca/contacta" netlify>
|
2018-03-04 22:46:24 +01:00
|
|
|
<p>
|
2018-03-04 22:50:14 +01:00
|
|
|
<label>Email: <input type="text" name="name"></label>
|
2018-03-04 22:46:24 +01:00
|
|
|
</p>
|
|
|
|
<p>
|
2018-03-04 22:50:14 +01:00
|
|
|
<label>Message: <textarea name="message"></textarea></label>
|
2018-03-04 22:46:24 +01:00
|
|
|
</p>
|
2018-03-04 22:50:14 +01:00
|
|
|
<div netlify-recaptcha></div>
|
2018-03-04 22:46:24 +01:00
|
|
|
<p>
|
2018-03-04 22:50:14 +01:00
|
|
|
<button type=”submit”>Send</button>
|
2018-03-04 22:46:24 +01:00
|
|
|
</p>
|
|
|
|
</form>
|