Update content/contacta.en.md, content/contacta.es.md files
parent
d0f17513fc
commit
5bf35c729d
|
@ -10,13 +10,12 @@ menu:
|
|||
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>Don’t fill this out: <input type="text" name="bot-field"/></p>
|
||||
<input type="text" name="bot-field" style="display:none; positon:absolute; left:-50000px" tabindex="-1" autocomplete="off"/>
|
||||
<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>
|
||||
<div data-netlify-recaptcha></div>
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
||||
|
|
|
@ -10,13 +10,12 @@ menu:
|
|||
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>Don’t fill this out: <input type="text" name="bot-field"/></p>
|
||||
<input type="text" name="bot-field" style="display:none; positon:absolute; left:-50000px" tabindex="-1" autocomplete="off"/>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue