Signature with Title, Name and Date
Static text that can be added to a contract to autoplace a signature block, with an optional title, name and the date.
A signature block with name, title, date input fields
Static text that can be added to a contract to autoplace a signature block, with an optional title, name and the date.
Signature:
"--------" "buyer@example.com"
Title: "Title" "buyer@example.com"
Full name: "Full Name" "buyer@example.com"
Date signed: "Date Signed" "buyer@example.com"
**Signature:**\
\
"--------" "buyer@example.com"
**Title:** "Title" "buyer@example.com"
**Full name:** "Full Name" "buyer@example.com"
**Date signed:** "Date Signed" "buyer@example.com"
**Signature:**\
\
{{signature}} {{signatory}}
**Title:** {{title}} {{signatory}}
**Full name:** {{fullName}} {{signatory}}
**Date signed:** {{dateSigned}} {{signatory}}
{
"$class": "org.accordproject.signature.tnd.TitleNameDateSignatureBlock",
"title": "Title",
"signature": "--------",
"fullName": "Full Name",
"dateSigned": "Date Signed",
"signatory": "resource:org.accordproject.party.Party#buyer@example.com",
"clauseId": "e83a81ea-ca1f-4d3a-9ce7-bfb12ccbdf4d",
"$identifier": "e83a81ea-ca1f-4d3a-9ce7-bfb12ccbdf4d"
}
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
concerto version ">= 1.0.0"
namespace org.accordproject.party
/* A party to a contract */
participant Party identified by partyId {
o String partyId
}
Find the full logic for this template on on GitHub.
Type | Sample JSON |
---|
Type | Sample JSON |
---|
Type | Sample JSON |
---|
Type | Sample JSON |
---|
Please refer to the Accord Project documentation for how to use a template or integrate it within your application.
View the Latest code for this template on GitHub.