Email forwarding
Every submission lands straight in your inbox, formatted and ready to read.
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>
Every submission lands straight in your inbox, formatted and ready to read.
Send the person who filled in your form an instant confirmation email.
Suspected spam is filtered out automatically and kept aside, not in your inbox.
action URL to your existing <form> tag