docusign / docusign-soap-sdk

Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
http://docusign.com/devcenter
MIT License
89 stars 122 forks source link

Tabs are not showing in embed view #55

Closed salman-nadsoft closed 6 years ago

salman-nadsoft commented 6 years ago

I have created a template with tabs like Name, date and signature. Now I am using code to show the template in iframe but it is not showing the tabs for name, date and signature instead it is showing the left panel with all fields for user to drag and drop on document. When I am sending the same template to user in email, it is showing the tabs. How can I show the tabs in embed view also?

salman-nadsoft commented 6 years ago

I got the solution. There was a recipient added for this template in admin panel. I have remove the recipient and now it is showing the tabs in embed view also.