Services & consulting
How a studio stopped chasing leads and started getting qualified briefs
A 'Start a project' button that pre-fills budget, timeline, and scope turns vague 'can you help?' emails into briefs you can actually quote — and filters out the tyre-kickers before the first reply.
Qualify leads before the first reply
A design studio has a lovely portfolio site and a "Contact" link in the corner. The inquiries come in, and almost all of them read the same way: "Hi, I like your work — can you help with a project?" No budget, no timeline, no scope. To turn that into something quotable, the studio replies with questions, waits a day, gets half of them answered, replies again, and waits some more. By the third email they finally learn the budget is a tenth of the smallest project they take. Two days of attention, gone, before any real work was possible. For a small services business, this is the expensive part of sales: not the projects you lose, but the hours you pour into qualifying leads that were never a fit. ## The problem: "can you help?" is not a brief A blank contact link invites blank inquiries. It asks the prospect to decide what to tell you, and most people default to the least effort — a friendly hello with no detail. That is not their fault; they do not know what you need to hear. But the result is a pipeline full of half-formed leads that all require the same manual interrogation before you can tell the promising ones from the time-wasters. The cost shows up in three places. You spend hours writing qualifying emails. You respond slowly to the good leads because they are buried among the vague ones. And you occasionally take a call for a project that was never in your range, because the mismatch only surfaced after you had already invested attention. The fix is not to work harder on replies. It is to change what the first message contains. ## The fix: a "Start a project" button that asks the right questions Replace the plain contact link with a **Start a project** button that opens a short, structured brief in the prospect's email app. Instead of a blank box, they see prompts for the four things you need to quote: project type, budget range, timeline, and a sentence or two about the work. ```html <a href="mailto:[email protected]?subject=New%20project%20inquiry&body=Project%20type%3A%0ABudget%20range%3A%0ATimeline%3A%0AAbout%20the%20project%3A%0ALinks%3A%0A%0AName%20and%20company%3A"> Start a project </a> ``` The prompts do two jobs at once. They make it easy for a serious prospect to give you everything up front — most people happily fill in fields when the fields are already there. And they gently filter out the unserious: someone who will not spend two minutes describing budget and timeline was never going to be a smooth client. The generator on this site builds and encodes that link for you, so the line breaks between prompts survive and the button opens a cleanly formatted draft. ## Why prompts beat a form here You might ask why not use a proper intake form. For a busy solo studio, a `mailto:` brief has real advantages. It opens in the prospect's own email, so their message and your reply live in a normal thread they can return to — no portal, no "did they get it?" doubt. It needs no form service, no spam plugin, and no maintenance. And it works everywhere you can put a link: your site, your email signature, a proposal PDF, a social bio, a directory listing. Wherever a lead finds you, the same structured brief is one tap away. For larger volumes you might graduate to a form and a CRM. But for the studios and freelancers who lose the most time to vague inquiries, the button gets ninety percent of the benefit for none of the setup. ## Setting it up 1. Decide which fields actually change whether you can quote — usually project type, budget range, timeline, scope, and links. 2. In the generator, set the recipient, a subject like "New project inquiry," and a body with one prompt per line. 3. Copy the HTML snippet onto your contact page, and reuse the same link in your email signature and proposal templates. 4. Add a friendly line above the button: "Tell us a bit about the project and we'll reply with next steps." 5. Send yourself a test to confirm the draft opens with the prompts intact. ## What it saves The saving is measured in **hours of qualification** and **faster replies to good leads**. Suppose you get 20 inquiries a month, and today each vague one costs you two rounds of qualifying email — call it 15 minutes of your time apiece. If a structured brief means most inquiries arrive complete, you claw back a few hours every month and, more importantly, you spend them on prospects who are actually a fit. There is a conversion saving too. The best leads reward speed. When a brief arrives with budget and timeline already filled in, you can send a real, specific reply within the hour instead of a holding email full of questions. That responsiveness, on a lead who is comparing three studios, is often the difference between winning the project and being the one who replied last. And there is a subtler benefit: better clients. A prompt that asks about budget sets expectations from the first message. Prospects who are wildly out of range tend to self-select out, and the ones who continue have already agreed, implicitly, to talk about money like adults. That makes every later conversation easier. ## Make it even better - Keep the prompts short — five lines maximum. A brief that feels like homework gets abandoned like homework. - Add a budget **range** hint ("most projects start around X") so prospects anchor themselves honestly. - Use a subject tag so briefs sort into their own inbox folder or channel. - Put the same button in your **email signature** and **proposal footers**, where warm leads already are. ## Key takeaways - A blank contact link invites blank inquiries and expensive manual qualifying. - A "Start a project" `mailto:` button asks for budget, timeline, and scope up front, so briefs arrive quotable. - The prompts filter out poor-fit leads and let you reply to strong ones within the hour. - It needs no CRM or form service and works anywhere you can place a link. Build your own project-brief button in the [generator](/#generator), or copy the setup below.
A design studio has a lovely portfolio site and a "Contact" link in the corner. The inquiries come in, and almost all of them read the same way: "Hi, I like your work — can you help with a project?" No budget, no timeline, no scope. To turn that into something quotable, the studio replies with questions, waits a day, gets half of them answered, replies again, and waits some more. By the third email they finally learn the budget is a tenth of the smallest project they take. Two days of attention, gone, before any real work was possible.
For a small services business, this is the expensive part of sales: not the projects you lose, but the hours you pour into qualifying leads that were never a fit.
The problem: "can you help?" is not a brief
A blank contact link invites blank inquiries. It asks the prospect to decide what to tell you, and most people default to the least effort — a friendly hello with no detail. That is not their fault; they do not know what you need to hear. But the result is a pipeline full of half-formed leads that all require the same manual interrogation before you can tell the promising ones from the time-wasters.
The cost shows up in three places. You spend hours writing qualifying emails. You respond slowly to the good leads because they are buried among the vague ones. And you occasionally take a call for a project that was never in your range, because the mismatch only surfaced after you had already invested attention.
The fix is not to work harder on replies. It is to change what the first message contains.
The fix: a "Start a project" button that asks the right questions
Replace the plain contact link with a Start a project button that opens a short, structured brief in the prospect's email app. Instead of a blank box, they see prompts for the four things you need to quote: project type, budget range, timeline, and a sentence or two about the work.
<a href="mailto:[email protected]?subject=New%20project%20inquiry&body=Project%20type%3A%0ABudget%20range%3A%0ATimeline%3A%0AAbout%20the%20project%3A%0ALinks%3A%0A%0AName%20and%20company%3A">
Start a project
</a>
The prompts do two jobs at once. They make it easy for a serious prospect to give you everything up front — most people happily fill in fields when the fields are already there. And they gently filter out the unserious: someone who will not spend two minutes describing budget and timeline was never going to be a smooth client.
The generator on this site builds and encodes that link for you, so the line breaks between prompts survive and the button opens a cleanly formatted draft.
Why prompts beat a form here
You might ask why not use a proper intake form. For a busy solo studio, a mailto: brief has real advantages. It opens in the prospect's own email, so their message and your reply live in a normal thread they can return to — no portal, no "did they get it?" doubt. It needs no form service, no spam plugin, and no maintenance. And it works everywhere you can put a link: your site, your email signature, a proposal PDF, a social bio, a directory listing. Wherever a lead finds you, the same structured brief is one tap away.
For larger volumes you might graduate to a form and a CRM. But for the studios and freelancers who lose the most time to vague inquiries, the button gets ninety percent of the benefit for none of the setup.
Setting it up
- Decide which fields actually change whether you can quote — usually project type, budget range, timeline, scope, and links.
- In the generator, set the recipient, a subject like "New project inquiry," and a body with one prompt per line.
- Copy the HTML snippet onto your contact page, and reuse the same link in your email signature and proposal templates.
- Add a friendly line above the button: "Tell us a bit about the project and we'll reply with next steps."
- Send yourself a test to confirm the draft opens with the prompts intact.
What it saves
The saving is measured in hours of qualification and faster replies to good leads. Suppose you get 20 inquiries a month, and today each vague one costs you two rounds of qualifying email — call it 15 minutes of your time apiece. If a structured brief means most inquiries arrive complete, you claw back a few hours every month and, more importantly, you spend them on prospects who are actually a fit.
There is a conversion saving too. The best leads reward speed. When a brief arrives with budget and timeline already filled in, you can send a real, specific reply within the hour instead of a holding email full of questions. That responsiveness, on a lead who is comparing three studios, is often the difference between winning the project and being the one who replied last.
And there is a subtler benefit: better clients. A prompt that asks about budget sets expectations from the first message. Prospects who are wildly out of range tend to self-select out, and the ones who continue have already agreed, implicitly, to talk about money like adults. That makes every later conversation easier.
Make it even better
- Keep the prompts short — five lines maximum. A brief that feels like homework gets abandoned like homework.
- Add a budget range hint ("most projects start around X") so prospects anchor themselves honestly.
- Use a subject tag so briefs sort into their own inbox folder or channel.
- Put the same button in your email signature and proposal footers, where warm leads already are.
Key takeaways
- A blank contact link invites blank inquiries and expensive manual qualifying.
- A "Start a project"
mailto:button asks for budget, timeline, and scope up front, so briefs arrive quotable. - The prompts filter out poor-fit leads and let you reply to strong ones within the hour.
- It needs no CRM or form service and works anywhere you can place a link.
Build your own project-brief button in the generator, or copy the setup below.