Skip to content

Commit e8fd12d

Browse files
committed
Remove honeypot from sign up form
1 parent bbeb2c7 commit e8fd12d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<div class="flex justify-center items-center bg-gray-200 border border-gray-400 rounded-lg p-4 md:p-8 md:px-12 my-12 shadow-sm lg:-mx-12">
2-
<!-- Begin Signup Form -->
32
<form action="" method="post" class="w-full max-w-3xl">
4-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
5-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_25582686a9fc051afd5453557_189578c854" tabindex="-1" value=""></div>
6-
73
<div class="flex flex-col items-center w-full gap-3 md:gap-4">
84
<div class="text-xl md:text-2xl font-bold text-gray-900 text-center">Sign up for our newsletter</div>
95
<div class="flex w-full max-w-lg">
@@ -13,5 +9,4 @@
139
<div class="text-sm">Need forms? Try <a href="https://fieldgoal.io/" class="underline" target="_blank">FieldGoal</a></div>
1410
</div>
1511
</form>
16-
<!-- End Signup Form -->
1712
</div>

0 commit comments

Comments
 (0)