REST API Embedded Signing -Docusign
问题 I'm using REST API for Embedded Signing. I have created the template with tags and set them as required fields, but while embedding the document in the website for signing I couldn`t see the tags I have set in the template. I have created this envelope by setting the template ID in the API code(http://iodocs.docusign.com/APIWalkthrough/embeddedSigning - php). Here is the code <?php // Input your info: $email = "email address"; $password = "password"; $integratorKey = "integrator key";