remove the honeypot

This commit is contained in:
saiminh 2023-10-03 17:40:22 +02:00
parent ec4c58338b
commit 7edcaae656

View file

@ -10,7 +10,6 @@
onMount( () => {
gsap.registerPlugin( SplitText, ScrollTrigger );
let split = new SplitText('.toCanvas', { type: 'lines', linesClass: 'lineChildren' });
@ -71,7 +70,7 @@
</script>
<div class="formwrapper">
<form name="contact" action="/success" method="POST" data-netlify="true" { ...{ 'netlify-honeypot': 'bot-field' } }>
<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>