web-bvebarcelona/content/contacte.ca.md

21 lines
748 B
Markdown
Raw Normal View History

2018-03-04 19:45:46 +01:00
---
2019-04-25 17:29:55 +02:00
title: "Contacte"
2018-03-05 00:32:05 +01:00
menu:
main:
2019-04-25 17:29:55 +02:00
name: "Contacte"
2018-03-05 00:32:05 +01:00
weight: 6
2019-04-25 17:29:55 +02:00
url: "/contacte/"
2018-03-04 19:45:46 +01:00
---
2019-09-22 15:16:04 +02: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>
2019-01-28 12:48:55 +01:00
<input type="text" name="bot-field" style="display:none; positon:absolute; left:-50000px" tabindex="-1" autocomplete="off"/>
2018-03-05 16:24:02 +01:00
<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>
2018-03-05 11:19:53 +01:00
</form>