Multiple Signers (PHP)
Saturday, October 29, 2016 at 08:29pmHello,
I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form.
I've tried adding the code below, but I keep getting returned an 'Unauthorized Access' message.
array(
'id' => 'Signer2',
'type' => 'SIGNER',
'signers' => array(
array(
'email' => $email,
'firstName' => $firstName,
'lastName' => $lastName,
'id' => 'Signer2',
)
) ,
) ,
On the form I also included the field label:
[Signer2.Fullname1]
I was told by your sales team that this was possible. Thanks in advance for your help!
Reply to: Multiple Signers (PHP)
Monday, October 31, 2016 at 03:35am