Secure form backend with spam protection
Point your form to this endpoint:
<form action="https://forms.systemize.tech/submit.php" method="POST">
<input type="hidden" name="_form_id" value="YOUR_FORM_ID">
<!-- Honeypot (hide with CSS) -->
<input type="text" name="_honeypot" style="display:none">
<!-- Your fields -->
<input type="text" name="name" required>
<input type="email" name="email" required>
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>
<!-- Add to your page head -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- Add inside form -->
<div class="g-recaptcha" data-sitekey="YOUR_SITE_KEY"></div>
Need a form_id? Contact: ricardo@systemize.tech