hidden input field?
This commit is contained in:
parent
d7043dbe88
commit
0975699f38
2 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
|
||||
<div class="formwrapper">
|
||||
<form name="contact" action="/success" method="POST" data-netlify="true" >
|
||||
<input type="hidden" name="form-name" value="contact">
|
||||
<section class="contact">
|
||||
<h1 class="toCanvas">Don't be a stranger. Let's get acquainted.</h1>
|
||||
<div class="alternatives">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
<script>
|
||||
export const prerender = true;
|
||||
</script>
|
||||
|
||||
<h1>
|
||||
Yee-ha!
|
||||
</h1>
|
||||
Loading…
Add table
Reference in a new issue