Skip to content

Commit 283c352

Browse files
committed
Re-enabled captcha for contact form
1 parent e521504 commit 283c352

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

contact/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ <h3>Send an email!</h3>
2727
<center>
2828
<form action="https://formsubmit.co/bbf649879a568ed5c6f41a1c330c3744" method="POST" class="contact-form">
2929

30-
<input type="hidden" name="_captcha" value="false">
30+
<!-- Uncomment the next line to disable captcha
31+
<input type="hidden" name="_captcha" value="false">
32+
-->
3133
<input type="hidden" name="_next" value="https://fridg3.org/contact/thanks.html">
3234

3335
<input type="text" name="website" id="website" style="display:none" autocomplete="off">

0 commit comments

Comments
 (0)