E-signatures · Compared
Signer vs recipient in an e-signature request
A recipient is anyone listed on a signing request. A signer is a recipient who has fields to complete and places a mark on the document. Every signer is a recipient, but some tools also allow recipients who only receive a copy, approve without signing, or witness the act.
The two words are used interchangeably in support articles and mean different things in the data. Which roles a tool really offers decides how a multi party document has to be arranged.
Nuwan Madhusanka · Co-founder
5 min read · Published
| Role | What they do | Available here |
|---|---|---|
| Signer | Completes fields and places a signature | Yes, and it is the only role the interface creates |
| In person signer | Signs on the sender's device in a hosted session | Yes, started by the sender from the envelope |
| Approver | Reviews and approves without signing | No |
| Copy recipient | Receives the finished document, signs nothing | No, though everyone on the envelope is emailed the result |
| Witness | Observes a signature and attests to it | No dedicated role, so a witness is added as a signer |
Why tools invented extra roles
Large organisations wanted the software to mirror their approval chains, so vendors added roles that do not sign: an approver who blesses a document before it goes out, a copy recipient who gets a file for their records, an agent who fills fields on somebody's behalf. Each addition made the routing model more expressive and the interface more confusing. Smaller teams rarely need any of them, because an approval that leaves no mark on the document is usually an internal step that belongs before sending rather than inside the signing flow.
What the distinction changes in practice
Three things. Whether the person has fields, which decides if the document waits for them. Whether they count for completion, since an envelope finishes only when every signer has signed. And what appears about them in the finished record, because a signer's verification method, signing time and address are printed on the certificate of completion while an observer's are not. Getting the role wrong is the usual cause of an envelope that sits at partially signed forever, waiting for somebody who never had anything to do. The distinction also shapes chasing. A document stuck at partially signed has a specific person to contact, and the status page names them, which turns a vague follow up into a message to one address. Where a list mixes people who must act with people who were added for visibility, that clarity disappears and the sender ends up chasing everybody, which is both slower and mildly insulting to the people who already signed. Naming one person for each action, and keeping observers off the list entirely, keeps the chase list short and accurate.
The roles that exist here
Two, and only one of them is created by adding a person. Every recipient added to an envelope is a signer, and the interface offers no role picker. The other is in person signing, which is not a separate person but a way for an existing recipient to sign on the sender's device during a hosted session. The underlying interface accepts approver and copy recipient values, but nothing in the product ever sets them, and the two document handovers from forms and documents both create signers. Treat approver and copy recipient as absent rather than hidden.
Arranging a document when the role is missing
A witness becomes a signer placed after the person they witness, with their own signature, printed name and date fields in the attestation block. An approver becomes either an internal step before sending or a signer with an initials field, depending on whether their agreement needs to appear on the document. Somebody who only needs a copy is simply left off, since everyone who was on the envelope receives the completed file by email at the end. Each of these is a modelling decision made once per document type, then reused.
Order, and who waits for whom
With sequential routing switched on, only the lowest outstanding position is invited and the server refuses any attempt to sign out of turn, so roles and order interact: a witness placed before the signer would be invited first and have nothing to attest. With it off, everyone is invited at once. The order is set by list position when the envelope is prepared, and it cannot be rearranged after sending, which is another reason to decide roles deliberately rather than adding people as they come to mind.
What each recipient sees before authenticating
Before any identity check is passed, the invitation and the pre authentication screen carry only the envelope title, the sender's message, the recipient's own name, email and role, which verification method applies, and the consent version. Nothing about the document contents is exposed. That matters when the recipient list includes people at different organisations, because it means a mistyped address leaks a title rather than an agreement. The document itself appears only after the check succeeds and a signing session exists.
Questions people ask
Can somebody receive a copy without signing?
There is no copy recipient role, so a person added to the envelope will be asked to sign. If they only need the finished document, leave them off and forward the completed file, or add their address to the distribution outside the signing flow. Everyone on the envelope is emailed the completed copy automatically.
How do I model an internal approval?
Decide whether the approval needs to be visible on the document. If it does, add the approver as a signer with an initials or signature field and place them first in the order. If it does not, complete the approval before sending, which keeps the envelope simple and avoids waiting on somebody with nothing to place.
Does the recipient list appear to other signers?
A signer sees the document and their own fields rather than a roster of everyone else. The full list, with each person's verification method and signing time, appears in the certificate of completion that goes out at the end, which is the appropriate moment for everyone to see who participated.
Can two people share one recipient slot?
They should not. A slot is tied to one email address and one set of fields, and the audit record attributes every action to that recipient. Two people sharing a mailbox produces a record that cannot say which of them signed, which is exactly the weakness a challenge will aim at.
What if a recipient forwards their link?
The invitation says the link is personal and asks that it not be forwarded, but a forwarded link is usable unless an access code or one time code stands in the way. That is the main argument for adding a verification method on documents where the identity of the signer could be questioned.
Is the sender a recipient?
Only if they are added to the envelope with fields of their own, which is normal for a countersignature. Otherwise the sender is the owner: they prepare and send it, watch the status, and receive the completed document, without appearing in the signer list on the certificate.
Make one with e-signatures
The button opens the generator with this use case already described. Change the wording to match your own.
Send a document for signingRelated questions
- What is in-person signing?In-person signing hands a signer the sender's device instead of emailing a link. How the session starts, what the audit trail records, and when to use it.
- What is a signing session?A signing session is the short lived pass issued after a signer verifies. Why it expires in minutes, how it differs from the link, and what a refresh does.
- Do electronic signatures need a witness?Most contracts need no witness. Deeds, some land documents and statutory declarations do, and the rules on remote witnessing differ by jurisdiction.
Step by step in the builder: Add e-signatures with multiple signers.
Written and checked by the OneCraft team. Last checked .