Remove reCaptcha
parent
79f1262a10
commit
bcd7a2cb94
|
@ -9,13 +9,12 @@ menu:
|
||||||
Si necessiteu ajuda, teniu suggeriments o trobeu errors mentre feu servir amb els nostres continguts a l’openBVE, podeu escriure un missatge aquí i ho intentarem resoldre el més aviat possible.
|
Si necessiteu ajuda, teniu suggeriments o trobeu errors mentre feu servir amb els nostres continguts a l’openBVE, podeu escriure un missatge aquí i ho intentarem resoldre el més aviat possible.
|
||||||
|
|
||||||
<form name="contact" netlify-honeypot="bot-field" netlify>
|
<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:inline; positon:absolute; left:-50000px"/>
|
||||||
<label>Nom</label>
|
<label>Nom</label>
|
||||||
<input type="text" name="name" required>
|
<input type="text" name="name" required>
|
||||||
<label>Correu electrònic</label>
|
<label>Correu electrònic</label>
|
||||||
<input type="email" name="email" required>
|
<input type="email" name="email" required>
|
||||||
<label>Missatge</label>
|
<label>Missatge</label>
|
||||||
<textarea name="message" required></textarea>
|
<textarea name="message" required></textarea>
|
||||||
<div data-netlify-recaptcha></div>
|
|
||||||
<button type="submit">Envia</button>
|
<button type="submit">Envia</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue