If you’re a developer, creator, or marketer, you know the friction that comes with exposing your email address on public pages. Every time you paste a mailto: link into a README, a Twitter bio, or a static blog, you’re inviting spam bots, harvesting scripts, and unwanted noise into your inbox.
What if you could keep your address completely invisible, still collect messages, and even pre‑fill form data for a smoother user experience?
Enter formcrab.com – a zero‑code, anti‑spam solution that gives you a private form link you can share anywhere. It handles the landing page, the form UI, and the backend, delivering every submission straight to your inbox while keeping your email hidden from the web’s crawlers.
Why Hiding Your Email Matters
| Problem | Consequence |
|---|---|
mailto: links on public sites |
Web scrapers harvest the address → endless spam |
| Manual copy‑paste from a contact page | Users lose patience, drop off |
| Managing a self‑hosted form | Requires hosting, security patches, and debugging |
Formcrab eliminates all three. Your unique link looks like a regular URL, so bots see nothing to scrape. The form lives on Formcrab’s secure servers, meaning you never have to touch HTML, CSS, or server configuration.
The Formcrab Feature Set at a Glance
- Receive Messages, Hide Your Email – Submissions land in your inbox without ever revealing your address.
- No Code Required – Just generate a private link and share it.
- Anti‑Spam Protection – Built‑in CAPTCHA safeguards keep junk off your inbox.
- One Link, Full Control – Use the same URL on GitHub READMEs, Twitter bios, static sites, or any place you can post a link.
- Customizable GET Parameters – Prefill the form or control the post‑submission flow with simple query strings.
How to Turn a Raw Email Link into a Private Formcrab Link
- Create a Form on formcrab.com.
- Copy your unique token (the part after
/f/). - Replace
{custom-link}in the examples below with that token.
Now you have a link that anyone can click, fill out a tiny form, and you’ll receive the message directly—without ever seeing your email address.
Customizing the Experience with GET Parameters
Formcrab lets you add query parameters to the private URL to:
- Auto‑fill fields (name, email, subject, message)
- Redirect users after they submit
Below are ready‑to‑paste snippets. Just replace {custom-link} with your token and adjust the values as needed.
1. Auto‑fill Name
If you already know the visitor’s name, pass it via the name parameter to save them time.
<a href="https://formcrab.com/f/{custom-link}?name=Hugh" target="_blank">Email us</a>
2. Pre‑set Visitor Email
When you have the user’s email in your database (e.g., after a signup), pre‑populate it.
<a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a>
3. Custom Subject
Classify incoming messages directly from the link. The subject appears in your email notification.
<a href="https://formcrab.com/f/{custom-link}?subject=Urgent+Support+Request" target="_blank">Report an Issue</a>
4. Predefined Message
Provide a starter template to guide the user’s response.
<a href="https://formcrab.com/f/{custom-link}?message=I+would+like+to+request+a+demo" target="_blank">Inquiry</a>
5. Custom Redirect (Next)
By default Formcrab shows a “Thank You” page. Override it with the next parameter to send users wherever you like after submission.
<a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a>
Real‑World Use Cases
| Where to Use It | Why It Works |
|---|---|
| GitHub README | Provide a contact link for collaborators without exposing your email in the repository. |
| Twitter / X Bio | Include a quick “DM me” style link that leads to a controlled form, keeping DMs private. |
| Static Site Footer | Replace bulky contact forms with a single lightweight link – no hosting required. |
| Email Signatures | Add a tiny “Reach out” link that opens a pre‑filled form for existing contacts. |
| Product Docs | Let users report bugs or request features directly from the docs without leaving their workflow. |
Getting Started in Under 2 Minutes
- Sign up at formcrab.com – it’s free to start.
- Create a new form and choose the fields you need (Name, Email, Subject, Message are default).
- Copy the generated URL (
https://formcrab.com/f/your-token). - Paste it wherever you want – blog post, README, tweet, or a QR code.
- (Optional) Add GET parameters for auto‑fill or redirect as shown above.
That’s it. No HTML, no server, no maintenance. Every submission lands in your inbox, complete with the pre‑filled data you supplied.
The Bottom Line
A public email address is a gold mine for spammers and a pain point for legitimate contacts. Formcrab gives you the best of both worlds: an invisible email address paired with a fully functional, customizable contact form that lives entirely on the web.
Start turning casual followers into qualified leads today—simply replace that raw mailto: link with a single, private Formcrab URL and watch the conversations flow.
Ready to protect your inbox and capture more leads? Visit formcrab.com and create your first anonymous form link now.