1 Commits

Author SHA1 Message Date
60d456591f honeypot field for spam protection 2020-10-19 18:29:13 -04:00
6 changed files with 4 additions and 1 deletions

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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 KiB

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

After

Width:  |  Height:  |  Size: 6.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 KiB

After

Width:  |  Height:  |  Size: 6.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 3.8 MiB