remove the honeypot
This commit is contained in:
parent
ec4c58338b
commit
7edcaae656
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
gsap.registerPlugin( SplitText, ScrollTrigger );
|
||||
|
||||
|
||||
let split = new SplitText('.toCanvas', { type: 'lines', linesClass: 'lineChildren' });
|
||||
|
||||
let alignmiddles: Array<HTMLElement> = Array.from(document.querySelectorAll('.toCanvas'));
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue