Vladi Gubler
Vladi Gubler
September 14, 2026
Stay in the know
Get helpful videos

SharePoint items can carry true electronic signatures: tamper-evident, identity-verified, and bound to the data they sign. The Signature component of Ultimate Forms is a column you add to any list or library, attach to the columns whose values it should protect, and sign in one of three ways, real-time username and password validation against your authentication provider, a handwritten signature drawn with a stylus, finger, or mouse, or a declarative checkbox. On signing, the system stores a hashed value of the signed fields together with the signer's identity, the item version, and the time, and from then on any change to a signed value breaks the signature visibly, no matter how the change was made. That combination is what regulated environments, including those working under FDA 21 CFR Part 11, actually need from a signature, and this article explains how it works and where each mode fits.

The single sign-on paradox

SharePoint's everyday convenience is the root of the compliance problem. Coupled with single sign-on, entering data is effortless: the platform recognizes you from your on-premises domain or Entra ID login, and you never authenticate again all day. For collaboration, that is exactly right.

For regulated records, it is exactly wrong. Regulations built around electronic signatures expect the act of signing to be a deliberate, verified event: the signer proves who they are at the moment of signing, not eight hours earlier at the Windows login screen. The naive fix, disabling integrated authentication so users enter passwords constantly, punishes every interaction to secure a few; nobody wants to re-enter credentials just to look up a colleague's phone number in people search. And the naive fix collapses entirely on the production floor, where multiple employees share a single PC: expecting workers to log off and log on again every time they update a batch status is a procedure that will be circumvented by Tuesday, and a circumvented control is worse than none, because the audit trail then attributes everyone's actions to whoever logged in first.

The answer is to separate signing from session: leave everyday SharePoint as convenient as ever, and demand verified identity only at the signature moment. That is precisely what the Signature column does.

How the signature column works

Like any other column, it is added to any SharePoint list or document library. In its settings, you attach it to some or all of the other columns in the list, and those become the signed columns: the set of values the signature vouches for. Choosing this set is the key design decision, sign the fields that constitute the record (the batch status, the test result, the approval decision), and leave the incidental ones out, so routine edits to a comments field don't disturb a signature that never claimed to cover it.

Add signature field

Three ways to sign

  • Username and password. The column interacts with your authentication provider, Active Directory or Microsoft Entra ID, to validate the signer's identity in real time. This is the regulated-industry mode: whoever is at the keyboard proves who they are right now, which is what makes the shared-PC scenario workable, five operators, one workstation, each signature verifiably their own.
  • Handwritten signature. Drawn with a stylus, finger, or mouse, the mode for the human-facing moments: customer sign-off on a delivery, patient consent on a tablet, visitor agreements at reception, anywhere the expected gesture is a signature rather than a password.
  • Declarative. A checkbox confirming the act of signing, the lightweight mode for internal acknowledgments where ceremony would be friction: policy read-and-understood confirmations, checklist sign-offs, routine attestations.

Add a signature

What gets recorded

Signing stores a hashed value of the signed fields, the signer's identity, the item version, and the time of signing, on the item itself. The hash is the tamper-evidence: it is a fingerprint of the signed values as they stood at signing, so the signature doesn't merely say "I approved something around then," it says "I approved exactly these values, in this version, at this moment." The signature is visible in views and in the display and edit forms, and can be validated in real time:

Signature in list view

Why it cannot be quietly bypassed

A signature is only as strong as the system's ability to notice change, and this is where the component earns its compliance role. If any signed field is changed, by the signer or anyone else, the column detects it and the signature becomes invalid until a fresh signature is applied. Crucially, the monitoring runs in the background and catches all updates, including those made outside the SharePoint UI, through web services and the integrated systems that write into your lists. An ERP integration updating a signed value breaks the signature exactly as an on-screen edit would.

That closes the loophole that undermines home-grown "signature" fields, a text column with a name in it survives any edit to the record it supposedly vouches for. Here, the invalidation is automatic, visible, and impossible to override or fake: either the record still matches what was signed, or everyone can see that it doesn't. Combined with SharePoint's own version history, the result reads like a regulator's checklist: verified identity at signing, signature bound to record content, meaning carried by the workflow context, and a full trail of what changed and when.

Putting signatures to work

The component slots into larger processes naturally. Pair it with approvals so that sign-off requires a verified signature rather than a button press, the difference between "someone clicked Approve" and "this person proved their identity and signed these values." Combine the modes on one item where the process demands it: a technician's password-verified signature on the test data, then a supervisor's counter-signature on release. Carry signatures into documents: printed and PDF output can include the signature, producing the signed paper record some processes still require, as covered in Add Signatures and Print SharePoint Forms with Ease. For a signature backed directly by a fresh Entra ID authentication flow, see Entra ID-Backed Electronic Signatures, and when a process needs an external counterparty's legally managed signature, the DocuSign integration covers that ground. The comprehensive treatment of the whole topic lives in Electronic Signatures in SharePoint with Ultimate Forms.

The scenarios write themselves once the mechanism is clear: batch records and quality checks in manufacturing, training acknowledgments in HR, consent capture in healthcare settings, equipment inspections, controlled-document approvals, consent and waiver forms for visitors and customers. Everything is configured as a column, without code, and a 30-day fully functioning trial is available for both SharePoint Online (Microsoft 365) and on-premises.

Frequently asked questions

Q: Can SharePoint items be electronically signed?
A: Yes. The Signature column in Ultimate Forms adds signing to any list or library: the signer's identity, the time, the item version, and a hash of the signed values are recorded on the item.
Q: What signing methods are available?
A: Three: real-time username/password validation against Active Directory or Entra ID, a handwritten signature drawn with stylus, finger, or mouse, and a declarative checkbox, chosen per column in its configuration.
Q: What happens if signed data is changed after signing?
A: The signature is automatically invalidated and shows as broken until a fresh signature is applied. Monitoring runs in the background and catches every update, including changes made through web services by integrated systems.
Q: Does this support FDA 21 CFR Part 11 style requirements?
A: The component provides the technical controls such regulations look for: identity verified at the moment of signing, the signature bound to specific record content and version, and tamper-evidence on any change, alongside SharePoint's version history.
Q: How do shared workstations work with signatures?
A: The username/password mode validates the actual signer in real time, so multiple employees can share one PC and still produce individually attributable signatures without logging off and on.
Q: Can the signature appear in printed output?
A: Yes. Signatures can be included in printed, Word and PDF output generated from the item, producing a signed document alongside the signed record.
Loading...

Add your comment

Comments are not meant for support. If you experiencing an issue, please open a support request.
Products
When we started to develop Ultimate Forms, we did not position it to be an InfoPath competitor or replacement. We aimed to create a platform that helps our customers use SharePoint better. We wanted to close the gap between their needs and what SharePoint can do. This way, they wouldn't have to spend money on expensive custom development. We did...
Products
Vladi Gubler | April 30, 2025
If you’ve ever used Survey lists in SharePoint, you’re likely familiar with a powerful and often underappreciated feature: the Rating Scale column. This special column type presents a matrix of statements or questions alongside a numeric scale, typically used for gathering structured feedback. The idea is simple but incredibly effective - allow...
Products
Riyan Arshad | March 26, 2025
UPDATE: Sign up for our next webinar that will delve deeper into the features of this incredible component Introduction I have been working as a seasoned SharePoint developer for more than seven years. I've seen it all when it comes to creating and managing forms and business solutions. I've worked on several projects in my career that have...
Build powerful business applications in SharePoint using only your browser.
100% No-Code Solution
It’s never been easier to create, innovate, and share. All you need is your web browser!
Cost-Effective
Address business process pain points immediately. Save time and money.
Fantastic Support Team
In addition to our responsive support team, a wide variety of resources, documentations, tutorials, blogs and webinars is available to you
Popular Solution Templates
Room and Equipment Reservation
Manage reservations of conference rooms and other resources
Medical Visit Reporting System
Automated system for managing and documenting patient visits
Payment Agreement
Formalize payment terms, schedules, and confirmations in one structured workflow
Microsoft partner logo
© 2005-2026 Infowise Solutions Ltd. All rights reserved.
Privacy | Cookie Policy | Accessibility | Cloud SLA