How to send a quote as a link

A quote is read on a phone, usually within minutes of arriving, often by someone standing up. A PDF built for A4 loses that moment. A link keeps it.

A quote link is a quote published at a web address rather than attached as a file, so the client can open it on a phone, compare the options, and come back to the same address after a revision.

Quotes are read fast and compared against other quotes. Anything that adds friction to reading costs you the comparison.

A quote open in a browser. Two option cards side by side with the price and what is included.
A quote open in a browser. Two option cards side by side with the price and what is included.

This guide covers what goes in the first screen, how to lay out options so they can actually be compared, what to do about validity dates, and how revisions work when the link is already out.

The first screen decides

The client opened your quote on a phone, between other things. You get one screen before they either read on or put the phone down.

Three things belong there: the total, what it covers in one line, and how long it stands. Everything else is supporting detail and can come later.

<header class="lead">
  <p class="scope">Brand identity and a five-page site</p>
  <p class="price">4,800.00 <span>excl. VAT</span></p>
  <p class="valid">Valid until 30 October 2026</p>
</header>

Resist the urge to open with company background. The client already decided you were worth asking. What they are doing now is comparing numbers.

Make the options genuinely comparable

Most quotes offer tiers, and most tiers are laid out in a way that makes comparison hard. On paper you have the width to put three columns side by side. On a phone you do not, and stacked columns force the reader to scroll up and down holding differences in their head.

The fix is to lead with the difference rather than repeating everything each tier includes.

Standard Extended
Pages 5 12
Revision rounds 2 4
Copywriting Client supplies Included
Delivery 4 weeks 7 weeks
Price 4,800 8,200

A table like this reads on a narrow screen because each row is one comparison. Three cards that each repeat eight identical bullet points do not.

Keep it in a real table rather than positioned boxes, and let it scroll horizontally only as a last resort. If the table has to go narrow, collapse the header and label each cell instead.

There is a temptation to make quotes expire by turning the link off. It backfires.

A client who opens a dead link does not conclude the quote lapsed. They conclude your systems are unreliable, or that you have stopped trading. Neither helps.

Put the date on the page and leave the page up. After the date, the page can say so plainly and invite them to ask for a current price. That converts an expired quote into a conversation, which is the entire point.

The same quote after its date. A calm notice at the top says the price has lapsed and invites a new one.
The same quote after its date. A calm notice at the top says the price has lapsed and invites a new one.

Revisions without a version mess

This is where files hurt most. A quote goes through two or three rounds in a normal negotiation, and each round as an attachment means another file in the thread with a name like final-v3-revised.

With a link, you change the page. The client's saved message still points at the right thing. There is no version to pick, so nobody picks the wrong one.

Two habits make this trustworthy. Put a revision line near the top, something like "Revised 12 October: delivery moved to seven weeks at the client's request." And never quietly reduce a scope after the client has agreed to a price, for the same reason you would not swap a page in a signed paper quote.

Sending the file itself ✗ Often filtered by mail security rules ✗ May open as plain text on a phone ✗ Every fix means a new attachment ✗ No way to know who opened it ✗ Recipient needs the right app Sending a link ✓ Passes through mail and chat ✓ Renders in the phone browser ✓ Fix once, link stays the same ✓ The address is the single source ✓ Any browser is enough
Sending the file itself against sending an address: what each costs the reader.

What a client actually checks

Ask anyone who buys services and the list is short and consistent.

  • The total, including or excluding tax, stated which. Ambiguity here is the single most common cause of a follow-up email.
  • What is not included. Naming the exclusions makes the number credible rather than suspicious.
  • When it starts and when it finishes. A price without a schedule is half a quote.
  • What happens if scope changes. A rate or a method, not a promise to "discuss".
  • Payment terms. Deposit, stages, and the period for the final payment.
  • Who to reply to. A name and a direct address, not a generic inbox.

None of these need a particular file format. They need to be findable, which text on a page is and text in a picture of a page is not.

When the file is the requirement

Some procurement systems accept an uploaded document and nothing else. Some public sector tenders specify the format down to the font. Some clients simply want something to print and put in a folder.

Produce it. The link is the copy the human reads on their phone; the file is the copy the process consumes. Print rules control what that file looks like, because saving to PDF from a browser is printing.

@media print {
  nav, .actions { display: none; }
  @page { size: A4; margin: 18mm; }
  .options { break-inside: avoid; }
}

What survives the conversion is covered in export HTML to PDF.

Put it at an address

Write the quote as a page, paste it into a document, create a share link, and send that link in the body of your email.

The client opens it on whatever is in their hand. The options are comparable. And when the negotiation moves, as it will, you move the page rather than the conversation.

Questions people ask

Why send a quote as a link rather than a PDF?

Speed of reading. A quote competes with two other quotes and the first one that is easy to understand has an advantage. A PDF opens at paper size on a phone and the client has to zoom to compare option A against option B. A page reflows to the screen, so the comparison stays readable.

How do I handle revisions without confusing the client?

Edit the page rather than sending a second file. The address stays the same, so the message you already sent now shows the current numbers. Add a short line near the top saying what changed and when, so the client can see the quote moved rather than wondering whether they misread it.

Can I tell whether the client opened it?

A link can be instrumented in ways an attachment cannot. At minimum you know the page was requested. Treat that as a soft signal rather than proof: mail clients prefetch links, and someone forwarding the quote internally produces opens that are not the decision maker.

Should the quote expire?

Say the date on the page rather than letting the link die. A quote that silently stops working reads as a business that has gone quiet. A quote that says "valid until 30 October, contact us after that" reads as one that is still there.

What about the client who insists on a PDF?

Give them both. Put the link in the email body for reading and attach the PDF for their file. Most procurement processes need a document to attach to a purchase order, and refusing to supply one costs you the job for no gain.

Keep reading