mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 11:12:06 +10:00
feat: add name field
Adds support for a name field which will be prefilled with the recipients name if they haven't signed a form on Documenso before.
This commit is contained in:
@ -101,6 +101,7 @@ model Recipient {
|
||||
}
|
||||
|
||||
enum FieldType {
|
||||
NAME
|
||||
SIGNATURE
|
||||
FREE_SIGNATURE
|
||||
DATE
|
||||
|
||||
Reference in New Issue
Block a user