web-bvebarcelona/content/contacta.en.md

23 lines
710 B
Markdown
Raw Normal View History

2018-03-04 19:45:46 +01:00
---
url: "contact"
title: "Contact"
2018-03-05 00:32:05 +01:00
menu:
main:
name: "Contact"
weight: 6
url: "/contact/"
2018-03-04 19:45:46 +01:00
---
2018-03-05 16:24:02 +01: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.
<form name="contact" netlify-honeypot="bot-field" netlify>
<p hidden><label>Dont fill this out: <input type="text" name="bot-field"/></p>
<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>
2018-11-28 17:49:32 +01:00
<div data-netlify-recaptcha></div>
2018-03-05 16:24:02 +01:00
<button type="submit">Send</button>
</form>