django-docusign icon indicating copy to clipboard operation
django-docusign copied to clipboard

KeyError at /signature/add/ 'name' on demo

Open ghost opened this issue 8 years ago • 3 comments

I am checking out the demo. I have created a sandbox account on the DocuSign site. I have stored those credentials under Change DocuSign settings . I am trying to Create signature . I choose the document I want to upload, on the name field I type "DanaeVogiatzi" and on the e-mail field I type the same e-mail as I my DocuSign account.

In the database the records are being created. Each row misses the signature_backend_id and is saved as draft.

I am totally new on this digital signing thing ,so I am still trying to figure out how it works.

Am i doing something wrong? Should I make any extra settings on the Docusign site?

Thanks!

ghost avatar May 05 '17 08:05 ghost

I guess you filled only the first signer fields. This demo is very simple and basic. You have to give two signers; the number of signers can not be changed (hardcoded in the demo forms).

zebuline avatar May 05 '17 13:05 zebuline

You are completely right. I didn't know that! Why must there be at least two signers?

daneelf avatar May 05 '17 13:05 daneelf

Why not ? :) With more than one signer we can check that the signature is completed only when all the signers signed the document.

zebuline avatar May 05 '17 13:05 zebuline