fix: add _replyto field to prevent spam classification

This commit is contained in:
Anton
2026-05-12 17:29:47 +03:00
parent e1a66c90ee
commit 76b6634399
+6
View File
@@ -18,6 +18,7 @@
</header>
<form id="questionnaireForm" action="https://formspree.io/f/xrejjoav" method="POST">
<input type="hidden" name="_replyto" id="_replyto">
<!-- О парке -->
<section class="section">
@@ -139,5 +140,10 @@
</form>
</div>
<script>
document.getElementById('client_email').addEventListener('input', function() {
document.getElementById('_replyto').value = this.value;
});
</script>
</body>
</html>