tiberiuswest

How to place the signer's title in the signature block

0 votes
currently the first name, last name, and date are placed in the signature block. Can other data also be placed there, specifically the signer's title? Can this be placed with the signature or can it be placed in another location? Is this a back office setting? Can this be done through the api?

Reply to: How to place the signer's title in the signature block

0 votes
Hello, I'm working with support to check this out, right now. It's definitely a back office setting, if it can be done, not through the API. As for placing the title elsewhere, there is a auto populated title field that you can place next to the signature block (or wherever), if the testing I mentioned above proves that it doesn't work.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: How to place the signer's title in the signature block

0 votes
Unfortunately, the variables we tested that make sense for the signer's title, in the approval configuration return null. So, you'll have to place the bound field in the document to display the title. From the REST API, the payload for the field would be like this:
{
  "data": null,
  "height": 48.734693877551,
  "left": 248.54693877551,
  "name": "",
  "page": 0,
  "subtype": "LABEL",
  "top": 268,
  "type": "INPUT",
  "value": null,
  "width": 219.30612244898,
  "binding": "{signer.title}",
  "enabled": true
}

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off