Stop Putting Your Real Email Address on Your Public Resume

In today’s hyper‑connected job market, your online resume is a powerful networking tool. But if you sprinkle your actual email address across GitHub READMEs, Twitter bios, personal blogs, or static HTML pages, you’re handing a golden ticket to spam bots, data miners, and relentless scrapers.

Why a Plain‑Text Email Is a Liability

  1. Web crawlers love mailto: links – They scan the entire web looking for email addresses to add to massive spam lists.
  2. Static pages give no control – Once your address is published, you can’t change it without editing every location where it appears.
  3. Your inbox gets noisy – Unsolicited pitches, phishing attempts, and generic “Hey, I saw your resume” messages flood in, making it harder to spot genuine opportunities.

The solution? Replace the raw email with a private, dynamic link that forwards messages directly to your inbox – without ever exposing the address.

Meet FormCrab: Receive Messages, Hide Your Email

FormCrab.com lets you create a single, customizable link that you can drop anywhere:

  • No code required – Just paste the URL; FormCrab serves the landing page, the form, and the backend.
  • Anti‑spam protection – Bot detection and hidden fields keep your inbox clean.
  • Zero hosting costs – We host the form, you keep your address hidden.

“I swapped my public email for a FormCrab link on my GitHub profile and my spam dropped from 200 per week to zero.” – Sarah L., Front‑End Engineer

How It Works

  1. Generate a private token on FormCrab.
  2. Replace the token in the URL (https://formcrab.com/f/{your‑token}) wherever you want people to contact you.
  3. All submissions land in your real inbox, appear in your favorite email client, and can be forwarded to a webhook for automation.

One Link, Full Control – No HTML Needed

You don’t have to write a single line of HTML or maintain a server. The basic link works out of the box:

https://formcrab.com/f/abcd1234

Drop it in a README, a Twitter bio, or a static blog sidebar and you’re done.

Supercharge the Experience with GET Parameters

FormCrab lets you pre‑fill form fields or control post‑submission behavior by appending query parameters to your private link. Replace {custom-link} with your unique token.

1. Auto‑fill Name

If you already know the visitor’s name, you can save them time:

<a href="https://formcrab.com/f/{custom-link}?name=Hugh" target="_blank">Email us</a>

2. Pre‑set Visitor Email

Great for personalized outreach when the recipient’s email is already in your database:

<a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a>

3. Custom Subject

Classify incoming messages automatically. The subject appears in your notification email:

<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 message:

<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, users see FormCrab’s “Thank You” page after submitting. Override it with your own URL:

<a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a>

Connect to Your Workflow with Webhooks

If you want to trigger downstream actions – like creating a ticket in your CRM or posting to a Slack channel – simply provide a webhook URL in your FormCrab dashboard. FormCrab will POST a JSON payload on every submission.

Payload format:

{
  "name": "Hugh",
  "email": "[email protected]",
  "subject": "hello! there",
  "message": "hello! there",
  "submittedAt": "2026-03-12 10:20:08",
  "extra": {
    "key1": "value1",
    "key2": "value2"
  }
}

Real‑World Use Cases

Where you publish How you use FormCrab
GitHub README Replace mailto:[email protected] with https://formcrab.com/f/xyz?subject=Job+Inquiry
Twitter Bio One‑liner: “Open to opportunities → https://formcrab.com/f/xyz”
Static Blog Embed the link in the “Contact Me” section; no need for server‑side code
Portfolio Site Use GET parameters to auto‑fill the project name the visitor is interested in

Bottom Line

Every time you post a raw email address you hand the internet a direct line to your inbox – and to spammers. With FormCrab, you get a single, private, customizable URL that protects your address, keeps your inbox tidy, and adds a professional touch to your public profiles.

Give your resume the shield it deserves. Replace that exposed email with a FormCrab link today and let the opportunities come to you, not the spam.


Ready to go? Head over to formcrab.com, generate your link, and start posting with confidence.

Ready to build your own forms?

Start receiving submissions today without worrying about email exposure or complex backends.

Create Your Private Link
Back to all articles