web-bvebarcelona/content/en/contacte/_index.md

25 lines
700 B
Markdown
Raw Normal View History

2018-03-04 19:45:46 +01:00
---
2022-03-23 22:34:17 +01:00
slug: "contact"
2018-03-04 19:45:46 +01:00
title: "Contact"
2018-03-05 00:32:05 +01:00
menu:
main:
2022-04-30 19:27:56 +02:00
name: "Contact"
2018-03-05 00:32:05 +01:00
weight: 6
2022-03-23 22:34:17 +01:00
2022-04-30 19:27:56 +02:00
2018-03-04 19:45:46 +01:00
---
2022-03-23 22:34:17 +01:00
2019-09-22 15:16:04 +02:00
If you need help, have a suggestion or have found errors while using our OpenBVE contents, leave a message here and we will try to find a solution as soon as possible.
2018-03-05 16:24:02 +01:00
<form name="contact" netlify-honeypot="bot-field" netlify>
<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>Name</label>
<input type="text" name="name" required>
<label>Email</label>
<input type="email" name="email" required>
<label>Message</label>
<textarea name="message" required></textarea>
2022-04-30 19:27:56 +02:00
<button type="submit">Send</button>
2018-03-05 16:24:02 +01:00
</form>