I am implementing echosign api on a website.
I have downloaded the php script from
https://github.com/craigballinger/echosign-api-php
I want embedded widget for my website. I have implemented this widget.
Now in my case we generate the document dynamically for every order. It is PDF and may be from 3 to 6 page according to plan.
Now I want to know how to put signature placeholder at specific location of a dynamic doc.
Before this I was using docusign in which i have to specify X Y coordinates to specify the location of signature placeholder on the document.
Please help.
Hi I am in the same situation. I still can't add custom fields using API.
This is my code:
Then set custom fields:
Then change status to IN_PROGRESS to send email:
So i get email with link to sign the document....but i don't see my custom field! I always see default sign field appended at the end of document.
Where I wrong?