Turns any HTML form into stored, emailed submissions

Point your existing <form> at Hawkite. No sign-up, no backend to build — every submission is stored and emailed to you.

<form action="https://hawkite.com/f/your-form-id" method="POST">
  <input type="text" name="name" placeholder="Your name" required>
  <input type="email" name="email" placeholder="you@example.com" required>
  <textarea name="message" placeholder="Message" required></textarea>
  <input type="text" name="_gotcha" style="display:none">
  <button type="submit">Send</button>
</form>

Email forwarding

Every submission lands straight in your inbox, formatted and ready to read.

Autoresponder

Send the person who filled in your form an instant confirmation email.

Spam folder

Suspected spam is filtered out automatically and kept aside, not in your inbox.

How it works

  1. Add a Hawkite action URL to your existing <form> tag
  2. Submit the form — Hawkite stores it and forwards it by email
  3. Read replies and manage submissions from your account

Special fields

_redirect
Send visitors to this URL after a successful submission.
_subject
Set a custom subject line for the notification email.
_gotcha
A hidden honeypot field — leave it blank and it silently catches bots.