Merge pull request #4 from skoobasteeve/form-testing

honeypot field for spam protection
This commit is contained in:
skoobasteeve
2020-10-19 18:32:02 -04:00
committed by GitHub

View File

@@ -12,7 +12,10 @@ header:
# RSVP
<form name="rsvp" action="/success/" netlify>
<form name="rsvp" netlify-honeypot="bot-field" action="/success/" netlify>
<p class="hidden">
<label>Fill this out!: <input name="bot-field" /></label>
</p>
<p>
<label>Guest #1 <input type="text" name="name" required/></label>
</p>