add honeypot
This commit is contained in:
parent
c38b6926fd
commit
1b260f9988
2 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ import "../styles/page.css"
|
|||
pattern="^[A-Za-z0-9]+$"
|
||||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
</div>
|
||||
<label>
|
||||
Email
|
||||
<input name="email" type="email" required />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
body {
|
||||
& .honeypot {
|
||||
display: none;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue