web-bvebarcelona/content/contacta.es.md

23 lines
752 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
url: "contacto"
title: "Contacto"
menu:
main:
name: "Contacto"
weight: 6
url: "/contacto/"
---
Si necessitas ayuda, tienes sugerencias o has encontrado algún error usando nuestros contenidos para openBVE, puedes escribir un mensaje aquí e intentaremos resolverlo lo antes posible.
<form name="contact" netlify-honeypot="bot-field" netlify>
<p hidden><label>Dont fill this out: <input type="text" name="bot-field"/></p>
<label>Nombre</label>
<input type="text" name="name" required>
<label>Correo electrónico</label>
<input type="email" name="email" required>
<label>Mensaje</label>
<textarea name="message" required></textarea>
<div data-netlify-recaptcha></div>
<button type="submit">Enviar</button>
</form>