Remove bot field
This commit is contained in:
parent
f27cc00a9c
commit
8107ec2e8c
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue