I have a client who for HIPAA compliance, requires signatures on certain forms. I'm building the application in PHP and trying to figure out how to go about this. The forms that require a signature are currently in PDF form. I was planning on converting them to HTML or XML.
Can anyone point me in the right direction? I have been searching for a solution for 2 days and feel lost.
Thanks!
Electronic Signature
Moderator: General Moderators
Re: Electronic Signature
Hi,
Do you mean a digital signature, as in encryption, or a handwritten-style signature?
Do you mean a digital signature, as in encryption, or a handwritten-style signature?
-
CraigAtDocuSign
- Forum Newbie
- Posts: 1
- Joined: Thu Jan 27, 2011 11:18 am
Re: Electronic Signature
A possible solution would be to use an electronic signature solution like DocuSign. You can get a free sandbox at http://www.docusign.com/devcenter. There is an extensive library of PHP samples at our github site at https://github.com/docusign/DocuSign-eSignature-SDK.
Disclaimer: I work for DocuSign. I think we have the best and easiest to use API, and we have a commitment to supporting the PHP community, but I'm obviously biased.
Disclaimer: I work for DocuSign. I think we have the best and easiest to use API, and we have a commitment to supporting the PHP community, but I'm obviously biased.