hidden input field?

This commit is contained in:
saiminh 2023-10-03 17:26:33 +02:00
parent d7043dbe88
commit 0975699f38
2 changed files with 5 additions and 0 deletions

View file

@ -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">

View file

@ -1,3 +1,7 @@
<script>
export const prerender = true;
</script>
<h1>
Yee-ha!
</h1>