[GH-ISSUE #1908] Allow pasting comma-separated multiple email addresses to "Add Signers" #551

Open
opened 2026-02-26 18:47:33 +03:00 by kerem · 1 comment
Owner

Originally created by @chrisirhc on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/documenso/documenso/issues/1908

Feature Description

Copying and pasting the following text into the "Email" box in the "Add Signers" form should auto-fill multiple email addresses and their corresponding names.

A <a@example.com>,
B C <b@example>

Use Case

  • Quickly copy-paste in from the CC or To list in an email to Documenso to continue the thread.
  • Bulk copy-paste from previous sent forms.

Proposed Solution

  • Detect multiple inputs via the Name field, if there's the format above of Name <email>, and auto-expand it to multiple field entries.
  • To retain previous behavior, listen for Undo event, to retain unexpand it into the same Name field.
  • Show a message indicating expansion and also how to undo it, along with a button ("Undo expansion")

Alternatives (optional)

No response

Additional Context

No response

Please check the boxes that apply to this feature request.

  • I have searched the existing feature requests to make sure this is not a duplicate.
  • I have provided a detailed description of the requested feature.
  • I have explained the use case or scenario for this feature.
  • I have included any relevant technical details or design suggestions.
  • I understand that this is a suggestion and that there is no guarantee of implementation.
  • I want to work on creating a PR for this issue if approved
Originally created by @chrisirhc on GitHub (Jul 17, 2025). Original GitHub issue: https://github.com/documenso/documenso/issues/1908 ### Feature Description Copying and pasting the following text into the "Email" box in the "Add Signers" form should auto-fill multiple email addresses and their corresponding names. ``` A <a@example.com>, B C <b@example> ``` ### Use Case * Quickly copy-paste in from the CC or To list in an email to Documenso to continue the thread. * Bulk copy-paste from previous sent forms. ### Proposed Solution * Detect multiple inputs via the Name field, if there's the format above of `Name <email>,` and auto-expand it to multiple field entries. * To retain previous behavior, listen for Undo event, to retain unexpand it into the same Name field. * Show a message indicating expansion and also how to undo it, along with a button ("Undo expansion") ### Alternatives (optional) _No response_ ### Additional Context _No response_ ### Please check the boxes that apply to this feature request. - [x] I have searched the existing feature requests to make sure this is not a duplicate. - [x] I have provided a detailed description of the requested feature. - [ ] I have explained the use case or scenario for this feature. - [ ] I have included any relevant technical details or design suggestions. - [ ] I understand that this is a suggestion and that there is no guarantee of implementation. - [ ] I want to work on creating a PR for this issue if approved
Author
Owner

@github-actions[bot] commented on GitHub (Jul 17, 2025):

Thank you for opening your first issue and for being a part of the open signing revolution!

One of our team members will review it and get back to you as soon as it possible 💚

Meanwhile, please feel free to hop into our community in Discord

<!-- gh-comment-id:3083737683 --> @github-actions[bot] commented on GitHub (Jul 17, 2025): Thank you for opening your first issue and for being a part of the open signing revolution! <br /> One of our team members will review it and get back to you as soon as it possible 💚 <br /> Meanwhile, please feel free to hop into our community in [Discord](https://documen.so/discord)
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#551
No description provided.