1

My company want integrate DocuSign to our project. We have a implemented form workflow for EchoSign API and we want to know that DocuSign have embedded Visual Editor enter image description here for create Envelope Templates on our side. We want to create template in our service without redirect users to DocuSign.

korvinko
  • 700
  • 3
  • 10
  • 23

2 Answers2

0

I believe you want the Embedded Signing functionality that DocuSign offers. Please see the bottom left API walkthrough listed "Embedded Signing" here:

http://iodocs.docusign.com/apiwalkthroughs

Ergin
  • 9,254
  • 1
  • 19
  • 28
0

Thanks for response.

We found that possible pre-fill tags offline using native tags like DocuSignSignHere, DocuSignInitialHere: https://www.docusign.com/p/APIGuide/Content/Sending%20Group/Rules%20for%20CompositeTemplate%20Usage.htm

And using automatic anchor tags fully resolve our problem.

korvinko
  • 700
  • 3
  • 10
  • 23