Freelancers live by the hustle—every new brief could be the next big gig, but the way you collect those briefs can make the difference between a smooth workflow and a security nightmare. Below we’ll explore the common pitfalls of traditional “mailto:” links, why they’re risky, and how you can protect yourself while keeping the client experience friction‑free with formcrab.com.
Why You Should Stop Posting Raw Email Addresses
| Issue | Traditional “mailto:” | What Happens with Formcrab |
|---|---|---|
| Spam bots | Scan the page, harvest the address, and flood your inbox. | Your address never appears in the HTML, so bots can’t find it. |
| Scrapers | Indexers on GitHub, Twitter, or static sites copy the link. | The endpoint is a private, token‑protected URL that only you can configure. |
| Privacy | Anyone viewing the source sees your personal contact. | Only the form page you generate is public; the email stays hidden. |
| Maintenance | Need a new address? Update every link manually. | A single Formcrab link works everywhere—no HTML rewriting needed. |
The Formcrab Solution: One Link, Full Control
Formcrab gives you a private, shareable link that collects messages and forwards them straight to your inbox—no code, no hosting, no spam.
- Receive Messages, Hide Your Email – Your email never appears on the page.
- Anti‑Spam Protection – Built‑in filters stop bots and junk.
- Zero Setup – We host the landing page, the form, and the backend.
- Customizable Experience – Use GET parameters to pre‑fill fields, set a subject, or redirect after submission.
How It Works
- Create a Formcrab token at
formcrab.com. - Share the generated link wherever you need (GitHub README, portfolio, Twitter bio, static blog).
- Clients fill out the form and you receive a nicely formatted email in your inbox.
Customizing the Formcrab Link for Freelancers
You can tailor the form experience with simple URL parameters. Replace {custom-link} with your unique token.
| Goal | Parameter | Example |
|---|---|---|
| Auto‑fill the client’s name | ?name=John+Doe |
<a href="https://formcrab.com/f/{custom-link}?name=John+Doe" target="_blank">Send Brief</a> |
| Pre‑set the client’s email (when you already have it) | [email protected] |
<a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Email Me</a> |
| Classify the request with a subject line | ?subject=Logo+Design+Request |
<a href="https://formcrab.com/f/{custom-link}?subject=Logo+Design+Request" target="_blank">Request a Logo</a> |
| Provide a starter message or template | ?message=I+need+an+article+about+AI+trends. |
<a href="https://formcrab.com/f/{custom-link}?message=I+need+an+article+about+AI+trends." target="_blank">Start a Project</a> |
| Send the user to your own “Thank You” page | ?next=https://yoursite.com/thanks |
<a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/thanks" target="_blank">Submit & Return</a> |
These parameters save time for both parties—the client doesn’t need to retype known information, and you receive a well‑organized email ready for action.
Hooking Into Your Workflow With Webhooks
If you prefer to automate further—e.g., push the brief into a project management tool—Formcrab can POST the submission to any URL you provide.
POST payload (JSON):
{
"name": "Jane Doe",
"email": "[email protected]",
"subject": "Website Redesign",
"message": "Please redesign my portfolio site. I love minimal aesthetics.",
"submittedAt": "2026-03-12 10:20:08",
"extra": {
"budget": "$1500",
"deadline": "2026-04-30"
}
}
You can map the extra object to any custom fields you need (e.g., preferred color scheme, reference links). This keeps your inbox tidy while feeding the data directly into Asana, Trello, Notion, or a custom CRM.
Step‑by‑Step Guide for Freelancers
- Sign up at
formcrab.comand generate your token. - Copy the base link:
https://formcrab.com/f/{your-token}. - Add any GET parameters that make sense for your niche (e.g.,
?subject=Copy+Writing+Brief). - Place the link in the most visible spot—portfolio footer, proposal email signature, or a “Hire Me” button.
- Test the flow: submit a dummy brief, check the email format, and verify the webhook if you use one.
- Iterate. Use the
nextparameter to redirect clients to a thank‑you page that showcases your next steps (e.g., “I’ll get back to you within 24 hours”).
Frequently Asked Questions
| Question | Answer |
|---|---|
| Do I need any coding knowledge? | No. The link works out‑of‑the‑box, and parameters are simple query strings. |
| Is my data safe? | Formcrab uses TLS encryption for all traffic, and the endpoint is token‑protected to prevent unauthorized access. |
| Can I track submissions? | The dashboard shows a log of every submission, including timestamps and source IP (if you need it for analytics). |
Final Thoughts
Collecting project briefs should be as creative as the work you do, not a security headache. By replacing raw email links with a Formcrab private form, you:
- Shield your email from bots and scrapers
- Reduce spam clutter
- Offer a polished, branded client experience
- Integrate seamlessly with automation tools
Take the step today—sign up at formcrab.com, generate your custom link, and watch your freelance workflow become safer and smoother. Happy writing and designing!