How to Receive Client Inquiries Without Sharing Your Address

If you run a freelance business, a startup, or an open‑source project, chances are you already know the pain of publishing a raw email address on a website, a GitHub README, or a Twitter bio.

  • Spammers love it – bots crawl the web for mailto: links, collect addresses, and flood your inbox.
  • Your inbox gets noisy – legitimate messages get lost among the junk.
  • You waste time – you have to constantly filter, create filters, or even change addresses when they get compromised.

What if you could receive client inquiries directly in your inbox while keeping your email invisible to bots?

Enter formcrab.com – a no‑code, anti‑spam form service that gives you a private link you can share anywhere. The link creates a tiny landing page, a fully functional email form, and a secure backend that delivers the message straight to your mailbox.


Why FormCrab Is the Perfect Solution

Feature Benefit
Receive Messages, Hide Your Email No more mailto: links. Your address stays hidden from crawlers.
No Code Required Just copy a link, paste it, and you’re done.
Anti‑Spam Protection Built‑in filters stop bots and scrapers.
Works Anywhere Ideal for GitHub READMEs, Twitter bios, static blogs, or any place you can drop a URL.
Zero Hosting Hassle FormCrab hosts the landing page, the form, and the backend – you pay only for the service.
Full Control Change the redirect, pre‑fill fields, or set a custom subject with simple URL parameters.

Getting Started in 3 Simple Steps

  1. Create Your Private Link
    Sign up at formcrab.com, generate a unique token, and you’ll receive a URL like https://formcrab.com/f/abcd1234.

  2. Share the Link
    Insert the link wherever you want – your site’s contact page, a README, a tweet, or even a QR code.

  3. Collect Messages
    When a visitor clicks the link, they’ll see a clean form. After they submit, the message lands in your email inbox, completely shielded from bots.

That’s it – no HTML forms, no server maintenance, no extra costs.


Customizing the Experience with GET Parameters

FormCrab lets you tailor the form on the fly by adding query strings to your private link. Replace {custom-link} with your own token.

Goal How to Do It Example
Auto‑fill Name Pass the visitor’s name so they don’t have to type it. <a href="https://formcrab.com/f/{custom-link}?name=Hugh" target="_blank">Email us</a>
Pre‑set Visitor Email If you already know the user’s address (e.g., from a CRM), pre‑populate the field. <a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a>
Custom Subject Tag incoming messages for easy sorting. <a href="https://formcrab.com/f/{custom-link}?subject=Urgent+Support+Request" target="_blank">Report an Issue</a>
Predefined Message Provide a template or a starting phrase to guide the user. <a href="https://formcrab.com/f/{custom-link}?message=I+would+like+to+request+a+demo" target="_blank">Inquiry</a>
Custom Redirect (Next) After a successful submit, send the visitor to any URL you choose (e.g., a thank‑you page on your own site). <a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a>

You can combine parameters, too:

<a href="https://formcrab.com/f/{custom-link}?name=Alex&[email protected]&subject=Demo+Request&next=https://yoursite.com/thanks" target="_blank">
  Request a Demo
</a>

The form will automatically fill the name, email, and subject fields, and after the user hits Submit, they’ll be redirected to https://yoursite.com/thanks.


Real‑World Use Cases

  • Open‑source maintainers – Add a single “Contact the maintainer” link to your README without exposing a personal email address.
  • Freelancers – Place a tidy “Hire me” button on your portfolio that pre‑fills the client’s name from a previous conversation.
  • SaaS landing pages – Capture early‑access requests with a custom subject line, then route them to the appropriate internal mailbox.
  • Event organizers – Provide a “Ask a question” link that already includes the attendee’s registration email.

Bottom Line

Sharing a raw email address on the internet is a security risk and a productivity nightmare. With FormCrab, you get a private, anti‑spam, no‑code contact form that works everywhere you need it. Just generate a link, sprinkle it into your content, and start receiving clean, organized inquiries directly in your inbox.

Ready to protect your inbox and make client communication effortless?

👉 Visit formcrab.com and create your private link today!

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