Do you ever feel uneasy posting your raw email address in a GitHub README, a Twitter bio, or a static blog? Spam bots love mailto: links, and a single exposed address can quickly fill your inbox with junk. Fortunately, formcrab.com lets you replace that vulnerable email with a clean, private link that forwards messages straight to your inbox—no code, no hosting, and built‑in anti‑spam protection.
Below is a step‑by‑step guide to creating an anonymous contact link, customizing it for your audience, and putting it everywhere you need it.
Why Use an Anonymous Contact Link?
| ✅ Benefit | 📌 Explanation |
|---|---|
| Hide Your Email | Web scrapers can’t harvest a simple URL, keeping your address invisible to bots. |
| Zero Setup | No HTML, no server, no maintenance—FormCrab provides the landing page, the form, and the backend. |
| Spam‑Free | Built‑in anti‑spam filters block automated junk before it reaches you. |
| Full Control | Edit the destination, pre‑fill fields, and set custom redirects—all via URL parameters. |
| Universal | Works on GitHub READMEs, Twitter bios, static sites, or anywhere you can paste a link. |
Step 1 – Sign Up and Grab Your Private Token
- Visit formcrab.com.
- In the home page, type your email address and click “Get My Link”.
- Once saved, FormCrab generates a unique token, e.g.,
a1b2c3d4. - Your base link will look like:
https://formcrab.com/f/a1b2c3d4
Replace a1b2c3d4 with the token you received.
Step 2 – Test the Default Form
Paste the link into a browser. You’ll see a simple contact form with Name, Email, Subject, and Message fields. Fill it out, submit, and verify that the email lands in your inbox.
If everything works, you’re ready to start sharing the link.
Step 3 – Embed the Link Anywhere
Plain Markdown (GitHub, README, static blog)
[📬 Contact Me](https://formcrab.com/f/a1b2c3d4)
Twitter Bio (plain text)
Send me a note → https://formcrab.com/f/a1b2c3d4
That’s all you need—no HTML, no extra assets.
Step 4 – Customize the Experience with GET Parameters
FormCrab lets you pre‑fill fields or control the post‑submission flow by adding query parameters to your private link. Below are the most useful options. Replace {custom-link} with your actual token.
1. Auto‑fill Name
If you already know the visitor’s name (e.g., a colleague), pre‑populate it:
<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 and want to save them a keystroke:
<a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a>
3. Custom Subject
Tag incoming messages automatically for easier sorting:
<a href="https://formcrab.com/f/{custom-link}?subject=Urgent+Support+Request" target="_blank">Report an Issue</a>
4. Predefined Message
Provide a short template or prompt to guide the user:
<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 generic “Thank You” page. Override it with a URL of your choice:
<a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a>
All parameters are optional; you can mix and match any that make sense for your workflow.
Step 5 – Best Practices for Bio Links
| ✅ Tip | 📋 How to Apply |
|---|---|
| Keep it short | Use a URL shortener (e.g., bit.ly) if the link feels too long for a Twitter bio. |
| Add a call‑to‑action | “Send me a note →” or an emoji makes the link more inviting. |
| Use meaningful parameters | A subject like “Job Offer” or “Feature Request” helps you prioritize replies. |
| Monitor spam | FormCrab’s dashboard shows submission stats; enable extra CAPTCHA if you notice abuse. |
| Update the token when needed | If you ever suspect a leak, generate a new token in the dashboard and replace the old link. |
Real‑World Examples
| Platform | Markdown / Text | Result |
|---|---|---|
| GitHub README | [📧 Reach Me](https://formcrab.com/f/a1b2c3d4?subject=Open+Source+Collab) |
Opens a form with the subject already set. |
| Twitter Bio | ✉️ Drop a line: https://formcrab.com/f/a1b2c3d4?next=https://twitter.com/yourhandle |
After submission the user lands back on your profile. |
| Static Blog Footer | <a href="https://formcrab.com/f/a1b2c3d4?name=Visitor" target="_blank">Contact the Author</a> |
Saves readers the effort of typing their name. |
Conclusion
Replacing raw email addresses with a FormCrab anonymous contact link gives you privacy, anti‑spam protection, and a polished user experience—without writing a single line of code.
- Sign up at formcrab.com.
- Grab your unique token.
- Share the bare link or a customized version with GET parameters.
- Enjoy inbox‑only messages while bots stay clueless.
Give it a try today, and keep your personal email safe while staying reachable to the people who matter. 🚀