web-bvebarcelona/content/contacta.ca.md

22 lines
742 B
Markdown
Raw Normal View History

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
---
2018-03-05 16:24:02 +01:00
Si necessiteu ajuda, teniu suggeriments o trobeu errors mentre feu servir amb els nostres continguts a lopenBVE, podeu escriure un missatge aquí i ho intentarem resoldre el més aviat possible.
2018-03-05 11:07:24 +01:00
2018-03-05 16:24:02 +01:00
<form name="contact" netlify-honeypot="bot-field" netlify>
<p hidden><label>Dont fill this out: <input type="text" name="bot-field"/></p>
<label>Nom</label>
<input type="text" name="name" required>
<label>Correu electrònic</label>
<input type="email" name="email" required>
<label>Missatge</label>
<textarea name="message" required></textarea>
2018-11-28 17:49:32 +01:00
<div data-netlify-recaptcha></div>
2018-03-05 16:24:02 +01:00
<button type="submit">Envia</button>
2018-03-05 11:19:53 +01:00
</form>