📬 Systemize Forms

Secure form backend with spam protection

🚀 Quick Start

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>

🛡️ Security Features

⚙️ Optional: reCAPTCHA v2

<!-- 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>

📧 Contact

Need a form_id? Contact: ricardo@systemize.tech