[PR #2324] [MERGED] feat: prefill typed signature with user's full name #2215

Closed
opened 2026-02-26 20:32:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2324
Author: @Mythie
Created: 12/15/2025
Status: Merged
Merged: 12/16/2025
Merged by: @Mythie

Base: mainHead: fix/prefill-typed-name-with-signing-context


📝 Commits (2)

  • 27aa999 feat: prefill typed signature with user's full name
  • 4f5d473 fix: make it actually work

📊 Changes

14 files changed (+75 additions, -26 deletions)

View changed files

📝 apps/remix/app/components/dialogs/sign-field-signature-dialog.tsx (+3 -0)
📝 apps/remix/app/components/embed/embed-direct-template-client-page.tsx (+1 -0)
📝 apps/remix/app/components/embed/embed-document-signing-page-v1.tsx (+1 -0)
📝 apps/remix/app/components/embed/multisign/multi-sign-document-signing-view.tsx (+1 -0)
📝 apps/remix/app/components/forms/profile.tsx (+2 -1)
📝 apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx (+2 -1)
📝 apps/remix/app/components/general/document-signing/document-signing-form.tsx (+1 -0)
📝 apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx (+11 -7)
📝 apps/remix/app/components/general/envelope-signing/envelope-signer-form.tsx (+7 -6)
📝 apps/remix/app/components/general/envelope-signing/envelope-signer-page-renderer.tsx (+1 -0)
📝 apps/remix/app/utils/field-signing/signature-field.ts (+10 -2)
📝 packages/ui/primitives/signature-pad/signature-pad-dialog.tsx (+4 -1)
📝 packages/ui/primitives/signature-pad/signature-pad-type.tsx (+21 -4)
📝 packages/ui/primitives/signature-pad/signature-pad.tsx (+10 -4)

📄 Description

Add fullName prop to signature pad components to automatically populate typed signature
field with signer's name. Updates signature dialog, type component, and all signing forms
across embed, document, template, and envelope flows to pass through the user's full
name for better user experience.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2324 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/prefill-typed-name-with-signing-context` --- ### 📝 Commits (2) - [`27aa999`](https://github.com/documenso/documenso/commit/27aa999fc2e7dd1486f3007b27a89aea6b1b8b60) feat: prefill typed signature with user's full name - [`4f5d473`](https://github.com/documenso/documenso/commit/4f5d4733b9efb74f95dfc6899ac555ebd43487ae) fix: make it actually work ### 📊 Changes **14 files changed** (+75 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/sign-field-signature-dialog.tsx` (+3 -0) 📝 `apps/remix/app/components/embed/embed-direct-template-client-page.tsx` (+1 -0) 📝 `apps/remix/app/components/embed/embed-document-signing-page-v1.tsx` (+1 -0) 📝 `apps/remix/app/components/embed/multisign/multi-sign-document-signing-view.tsx` (+1 -0) 📝 `apps/remix/app/components/forms/profile.tsx` (+2 -1) 📝 `apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx` (+2 -1) 📝 `apps/remix/app/components/general/document-signing/document-signing-form.tsx` (+1 -0) 📝 `apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx` (+11 -7) 📝 `apps/remix/app/components/general/envelope-signing/envelope-signer-form.tsx` (+7 -6) 📝 `apps/remix/app/components/general/envelope-signing/envelope-signer-page-renderer.tsx` (+1 -0) 📝 `apps/remix/app/utils/field-signing/signature-field.ts` (+10 -2) 📝 `packages/ui/primitives/signature-pad/signature-pad-dialog.tsx` (+4 -1) 📝 `packages/ui/primitives/signature-pad/signature-pad-type.tsx` (+21 -4) 📝 `packages/ui/primitives/signature-pad/signature-pad.tsx` (+10 -4) </details> ### 📄 Description Add fullName prop to signature pad components to automatically populate typed signature field with signer's name. Updates signature dialog, type component, and all signing forms across embed, document, template, and envelope flows to pass through the user's full name for better user experience. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2215
No description provided.