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
2020-06-30 01:09:31 +02:00
url: "/es/contacto"
2018-03-04 19:45:46 +01:00
---
2020-03-11 11:49:16 +01:00
Si necesitas ayuda, tienes sugerencias o has encontrado algún error al usar 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 >