From intake form to signed document: e-signatures without the per-seal fees

Engineering

From intake form to signed document: e-signatures without the per-seal fees

FastYoke Engineering · 8 min read · Aug 12, 2026

  • Business
  • E-signature
  • Workflow

The problem

Almost every business runs some version of the same chain. Someone fills out a form — a new-client intake, a consent, an order, a service agreement. That submission becomes a document, the document goes out for a signature, and once it's signed it's supposed to be the authoritative record of what was agreed.

Simple to describe, and in most companies it's stitched together from three separate tools. A form builder collects the answers. A document step turns those answers into a PDF — often a person copy-pasting fields into a template, because the form builder and the document generator don't actually talk. Then a per-envelope signing service emails the PDF out and sends back a completion certificate that lives in its account, under its audit trail, on a bill that grows with every send.

Three systems, three copies of the same record, and seams between them where things leak. The signed PDF can quietly stop matching the intake it was built from, because a value changed in one system after the document was generated in another. The signing service keeps its own history, so your record of "what was agreed" and your record of "who signed and when" live in two different vendors that never reconcile. And the whole arrangement is metered per signature — the better your business does, the more the plumbing costs.

This post is about collapsing that chain. When the form, the generated document, and the signature are the same system on one data model, the seams don't leak because there are no seams — and the per-envelope meter goes away.

Why the seams leak

Start with the failure that quietly does the most damage: the signed document that no longer matches its record.

In a three-tool stack, the PDF is a snapshot. The form collects the data, a document step freezes a copy of it into a file, and the signing service captures a signature over that file. Between those steps, the underlying record can move — a corrected address, a re-negotiated amount, an amended term — and nothing forces the frozen PDF to move with it. Now you have a signed artifact and a live record that disagree, and no built-in way to know which one is right. In a dispute, that gap is exactly what the other side reaches for.

The second leak is the split audit trail. A signing vendor gives you a certificate of completion inside its own system. That's fine until you need to place the signature next to everything else that happened to the record — the intake, the approvals, the downstream actions the agreement triggered. The signature's history is over there; the record's history is over here; assembling the full story means exporting from one and matching it against the other by hand.

The third is the per-seal meter. Envelope pricing assumes signing is a discrete product you buy by the transaction. For a company sending a handful of contracts a month, that's cheap and fine. For one whose operation runs on signed documents — every client onboarded, every order confirmed, every consent collected — the meter turns a routine step into a per-transaction cost that punishes volume. You end up rationing a basic workflow to manage a line item.

None of these are failures of diligence. They're the structural result of asking three systems to agree about one record.

What changes when it's one system

FastYoke ships Forms and an e-signature capability on the same platform, on a shared data model. That's the whole difference, and it removes the leaks at the root rather than patching over them.

Completing the form is the record. A form submission creates a record in your tenant. A workflow generates the PDF from that record, and the signature seals that record — not a detached copy of it. There's no copy-paste document step to drift out of sync, because the document and the record are the same object at different moments in its lifecycle. When you model the signing step as a real transition in the workflow — draft, out for signature, signed — the record advances only along paths that actually exist, and each move writes one row to an append-only event log. The signature isn't a flag someone flips; it's a state change the system enforces and records.

One audit trail, not two. Because the signature lives on the same platform as the record, the signing history and the record's history are the same history. The intake, the approvals, the signature, and whatever the signed agreement triggered downstream all sit in one append-only ledger you can read end to end — no second vendor's audit log to reconcile.

Two ways the document reaches the signer. If the document is form-generated, the respondent can sign inline at submit: they fill the form, review the exact PDF it produced, and sign on the spot with no email round-trip. If the document already exists — a contract, an NDA, a vendor agreement — you upload the PDF, drag signature and date fields onto the pages where they belong, assign each to a signer, and send. Both kinds run through the same sealing engine. Multi-party is built in: up to three signers in a defined order, mixing inline capture with emailed links, plus conditional slots that only appear when the record calls for them.

On-platform sealing — no per-envelope fee. The signing happens inside your own tenant. There's no third-party signing vendor in the loop and no per-envelope charge. Apps on FastYoke cost $0; you pay for platform usage above a free tier, not per signature. For a business whose volume of signed documents grows with its success, that's the difference between a workflow that scales with you and a meter that penalizes you for it.

What actually makes an e-signature hold up

Here's the misconception worth correcting directly: people assume the hard part of e-signatures is the cryptography. It isn't. The cryptography is the easy, solved part. What makes a signature enforceable is a short list of evidentiary elements — and most of them are about people and process, not math.

Broadly, an electronic signature holds up when you can show four things: intent to sign (the signer meant to adopt the document), attribution (the signature ties to that specific person), tamper-evidence (the signed document hasn't changed since), and an audit trail that records the whole ceremony. Get those, and the signature stands on the same footing as ink under the electronic-signature statutes most US jurisdictions recognize.

FastYoke's sealing is built to produce exactly that evidence. On every signing event it records the signer's email of record, the IP address and user-agent at signing, the version and content hash of the consent disclosure the signer saw, and both the agreed-at and signed-at timestamps — all appended to a hash-chained audit log where each row's hash folds in the previous row's, so a single altered row breaks the chain from that point on. When the last required signer finishes, the platform builds a canonical-JSON manifest — the document's SHA-256, the final hash of that audit chain, and the per-signer evidence — and signs those exact manifest bytes with an ed25519 key. It then renders a Certificate of Completion listing every signer, every audit event, the document hash, and the signature. Because the platform publishes its ed25519 public key, anyone — a court, a counterparty's counsel, a compliance system — can verify a sealed document against a copy they hold, offline, with no call back to FastYoke and no login. The evidence is math, so it outlives any vendor relationship.

That's tamper-evidence and an audit trail done properly. Which leaves the two elements the cryptography can't give you — and those are where the real work is.

What to watch out for

This is the honest part, because "no per-seal fee" and "sealed with ed25519" are easy to over-read.

Legal validity varies by jurisdiction and document type. The platform captures the evidence chain commonly accepted under ESIGN/UETA in US jurisdictions — but whether a specific signed document is enforceable in a specific matter, in a specific place, against a specific party, is a legal judgment for counsel, not a property the software can assert. And some documents simply can't be e-signed at all: certain wills, some family-law and property instruments, specific court and notarized filings carry jurisdiction- specific formalities. Before you route a category of document through any e-signature flow, confirm that category is eligible where you operate. This post is not legal advice.

Identity is the weak link, not the seal. The cryptography proves the sealed bytes didn't change and that the platform's key signed them. What it does not prove is that the human behind the email address is who they claim to be. FastYoke's baseline is email-control — the signer demonstrates control of the address the invitation went to, which is the default most signing platforms ship. For higher-stakes documents you'll want more — an access code sent over a separate channel. Attribution is where signatures are actually contested, so match the identity rigor to what the document is worth.

"No per-seal fee" doesn't remove your obligation to run the ceremony right. Owning the signing engine means owning the responsibility that came bundled into the vendor's price: showing the right consent disclosure, sending to the correct address, and giving the signer a genuine chance to review and decline. The platform gives you the mechanism and the audit trail; getting the ceremony correct is still on you.

Where this goes next

If your business runs on the intake-to-signature chain — onboarding clients, confirming orders, collecting consents — the win isn't a cheaper signing vendor. It's not having three systems disagree about one record, and not paying a per-transaction toll on a workflow you run all day.

For the step-by-step version, the tutorial Add e-signatures to a document workflow walks through modeling the signing gate, placing fields, and firing the sealed-and-signed transition. The Forms with signing reference covers the inline and multi-signer plans in depth, and pricing shows where platform usage lands against a per-envelope bill you can do the arithmetic on for your volume.