This commit is contained in:
2023-07-29 10:35:23 -07:00
parent 6cf4fd84d4
commit 8acedfc1cb
22 changed files with 27961 additions and 135 deletions

View File

@ -0,0 +1,15 @@
<div class="birthday-form">
<form netlify netlify-honeypot name="birthday" method="POST" action="/birthday-success">
<p class="hidden">
<label>
Don't fill this out if you're human: <input name="bot-field" />
</label>
</p>
<input type="hidden" name="form-name" value="birthday" />
<label for="name">Name</label>
<input id="name" type="text" name="name" required />
<label for="birthday">birthday</label>
<input id="birthday" type="date" name="birthday" required />
<button type="submit">Submit</button>
</form>
</div>