1 parent e521504 commit 283c352Copy full SHA for 283c352
1 file changed
contact/index.html
@@ -27,7 +27,9 @@ <h3>Send an email!</h3>
27
<center>
28
<form action="https://formsubmit.co/bbf649879a568ed5c6f41a1c330c3744" method="POST" class="contact-form">
29
30
- <input type="hidden" name="_captcha" value="false">
+ <!-- Uncomment the next line to disable captcha
31
+ <input type="hidden" name="_captcha" value="false">
32
+ -->
33
<input type="hidden" name="_next" value="https://fridg3.org/contact/thanks.html">
34
35
<input type="text" name="website" id="website" style="display:none" autocomplete="off">
0 commit comments