2018-03-04 19:45:46 +01:00
---
url: "contacto"
title: "Contacto"
2018-03-05 00:32:05 +01:00
menu:
main:
name: "Contacto"
weight: 6
url: "/contacto/"
2018-03-04 19:45:46 +01:00
---
2019-09-22 15:16:04 +02:00
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.
2018-03-05 16:24:02 +01:00
< form name = "contact" netlify-honeypot = "bot-field" netlify >
2019-01-28 12:51:42 +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 > 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 >
< button type = "submit" > Enviar< / button >
< / form >