How to Gather Testimonials From Your Clients Using a Simple Link

Collecting genuine testimonials is one of the most powerful ways to build trust, boost credibility, and drive more sales. Yet many businesses still rely on clunky email chains, shared Google Docs, or costly survey tools. What if you could gather polished, spam‑free testimonials with a single, private link that works anywhere—from a GitHub README to a Twitter bio—without writing a line of code?

Enter formcrab.com. It lets you receive messages, hide your email address, and control the whole experience with just one URL. Below you’ll learn how to set it up, customize it for a frictionless testimonial flow, and automate the data into your own systems.


Why a Private Form Link Beats the Classic “mailto:” Approach

Traditional mailto: formcrab.com Private Link
Exposes your raw email to web scrapers Keeps your address invisible to bots
No anti‑spam protection Built‑in anti‑spam filters
No control over post‑submission UI Optional redirect (next) to a thank‑you page
Requires users to open their email client Works on any device, any browser
No data validation or pre‑fill GET parameters allow auto‑fill and preset subjects
You must host the form yourself (or use a third‑party service) Landing page, form, and backend are provided for free

If you’re tired of spam, hidden email harvesters, and the friction of an email client opening, a private form link is the clean, professional alternative.


Step‑by‑Step: Set Up a Testimonial Form in Minutes

1. Create Your Private Link

  1. Sign up at formcrab.com.
  2. Click “Create New Form” and give it a name like “Client Testimonial”.
  3. The platform automatically generates a unique token URL:
https://formcrab.com/f/your‑unique‑token

That’s the only link you’ll need to share.

2. Craft a Friendly Call‑to‑Action (CTA)

Place the link wherever your clients see you:

[Give us a testimonial](https://formcrab.com/f/your‑unique‑token)

Or embed it in HTML if you prefer:

<a href="https://formcrab.com/f/your‑unique‑token" target="_blank">Give us a testimonial</a>

3. Pre‑Fill Known Information (Optional)

If you already know a client’s name or email, you can save them a few keystrokes by adding GET parameters.

  • Auto‑fill Name
<a href="https://formcrab.com/f/your‑unique‑token?name=Jane+Doe" target="_blank">Give us a testimonial</a>
  • Pre‑set Visitor Email
<a href="https://formcrab.com/f/your‑unique‑[email protected]" target="_blank">Give us a testimonial</a>
  • Custom Subject (e.g., “Testimonial”)
<a href="https://formcrab.com/f/your‑unique‑token?subject=Testimonial" target="_blank">Give us a testimonial</a>
  • Provide a Prompt Message
<a href="https://formcrab.com/f/your‑unique‑token?message=I+would+like+to+share+my+experience+with+your+product" target="_blank">Give us a testimonial</a>

These parameters are URL‑encoded (+ for space) and can be combined as needed.

4. Choose Where Users Land After Submitting

By default, formcrab redirects to a generic “Thank You” page. Override it with the next parameter:

<a href="https://formcrab.com/f/your‑unique‑token?next=https://your‑site.com/thank‑you" target="_blank">Give us a testimonial</a>

Now you can send clients back to a custom thank‑you page, a brand video, or a discount coupon.

5. Get the Data Where You Want It

Email – All submissions arrive in your inbox (the address you signed up with), neatly formatted.

Webhook – If you prefer to push the data into a CRM, Google Sheet, or internal API, simply add a webhook URL in the form settings. The payload looks like this:

{
  "name": "Jane Doe",
  "email": "[email protected]",
  "subject": "Testimonial",
  "message": "I love the product because...",
  "submittedAt": "2026-03-12 10:20:08",
  "extra": {
    "key1": "value1",
    "key2": "value2"
  }
}

You can also add custom fields to extra by appending additional GET parameters to the link (e.g., ?extra[key1]=value1).


Best Practices for High‑Quality Testimonials

Practice How to Implement with formcrab
Ask a Specific Question Pre‑fill the message parameter with a prompt like “What’s the biggest result you’ve seen using our service?”
Guide the Tone Include a short placeholder in the form (e.g., “Write in 2‑3 sentences”) to keep responses concise.
Offer an Incentive After successful submission, use the next URL to direct users to a discount code or free resource.
Show Social Proof Display a few existing testimonials alongside the link to demonstrate the format you’re looking for.
Follow Up Set up an automated email (via your email platform) that thanks the client and asks for permission to publish their words.

Real‑World Use Cases

Where It’s Used What It Looks Like
GitHub README 🔗 [Leave a testimonial](https://formcrab.com/f/xyz?subject=GitHub+Testimonial)
Twitter Bio 💬 Share your thoughts: https://formcrab.com/f/xyz?subject=Twitter+Testimonial
Static Blog Footer <a href="https://formcrab.com/f/xyz?next=https://myblog.com/thanks">Tell us what you think</a>
Email Signature ---<br>Want to share a quick review? <a href="https://formcrab.com/f/xyz?subject=Email+Testimonial">Click here</a>

Because the link is just a URL, you can embed it anywhere without worrying about hosting a form or maintaining HTML.


Quick Recap: Why formcrab.com Is the Ideal Tool for Testimonials

  • No code required – Create, customize, and share in minutes.
  • Anti‑spam protection – Keeps bots from harvesting your address.
  • Full control – Pre‑fill fields, set custom subjects, redirect after submit.
  • One‑click integration – Works in READMEs, bios, static sites, and more.
  • Webhook ready – Push data directly to your workflow.

Ready to Collect Your First Testimonial?

  1. Go to formcrab.com and generate a private link.
  2. Add a friendly CTA wherever your clients hang out.
  3. (Optional) Tweak the URL with GET parameters to make the experience seamless.
  4. Watch the inbox fill with authentic, ready‑to‑publish testimonials—spam‑free and without ever exposing your email address.

Give it a try today and transform scattered thank‑you emails into powerful social proof that fuels growth. Happy collecting!

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