3 Commits

Author SHA1 Message Date
1f38f2459d resized photos 2020-10-19 18:16:46 -04:00
skoobasteeve
e11ca8b706 Merge pull request #2 from skoobasteeve/form-testing
fix form fields for netlify
2020-10-19 18:07:10 -04:00
skoobasteeve
0b3f52a090 Merge pull request #1 from skoobasteeve/form-testing
conditional field example
2020-10-18 22:37:00 -04:00
6 changed files with 1 additions and 4 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 MiB

After

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 MiB

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 417 KiB