web-bvebarcelona/content/contacta.ca.md
2018-03-05 16:24:02 +01:00

20 lines
705 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Contacta"
menu:
main:
name: "Contacta"
weight: 6
url: "/contacta/"
---
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.
<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>
<button type="submit">Envia</button>
</form>