Docusign Embedded Signing using template

前端 未结 1 528
旧巷少年郎
旧巷少年郎 2021-01-28 12:07

I need steps/procedure for recipient to sign via nodejs application using template.Currently i am using the docusign node sdk.I would like to embed the signing into the appli

1条回答
  •  有刺的猬
    2021-01-28 12:46

    I'd suggest you take a look at the DocuSign Recipes. The Recipes include node.js code samples for "send a signing request with a template (via email)" and also for "signing from within your app" -- between these two examples, you should be able to get code to accomplish your objective. If you're unable to get it working using those examples, then edit your post above to include your code and ask for feedback. (You're more likely to get help here on SO if you post your code and say "this is what I've tried..." than if you just expect someone to provide you the complete solution.)

    0 讨论(0)
提交回复
热议问题