Remove bot field

This commit is contained in:
Oliver Davies 2019-04-23 22:22:53 +01:00
parent f27cc00a9c
commit 8107ec2e8c

View file

@ -8,7 +8,7 @@ use: [posts]
<p>To send me an email, complete the form below.</p>
</div>
<form name="contact" method="POST" action="/contact/thanks" data-netlify="true" netlify-honeypot="bot-field">
<form name="contact" method="POST" action="/contact/thanks" data-netlify="true">
<div>
<label for="name" class="block mb-1">Name</label>
<input type="text" class="w-full p-2 mb-4 border border--grey" id="name" name="name" required />
@ -36,6 +36,5 @@ use: [posts]
</div>
<input type="hidden" name="_next" value="{{ site.url }}/contact/thanks" />
<input type="text" id="bot-field" class="hidden" />
</form>
{% endblock %}