Birthday
This commit is contained in:
15
components/Birthday.vue.html
Normal file
15
components/Birthday.vue.html
Normal 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>
|
Reference in New Issue
Block a user