This commit is contained in:
Harsh Shandilya 2016-11-09 13:12:38 +05:30 committed by GitHub
parent 91c9f0eb70
commit 876c0a8d0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<hr />
<h2>{{ .Site.Params.contact.formTitle }}</h2>
<form method="post" netlify netlify-honepot="bot-field" action="thank-you">
<form method="post" netlify netlify-honeypot="bot-field" action="thank-you">
<div class="field">
<input type="text" name="name" id="name" placeholder="{{ .Site.Params.contact.namePlaceholder }}" />
</div>