Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

readme.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

contract

A signable contract that lives in a single .php file

  • Host it on your own domain
  • Can only be singed once
  • Comes with "Print" and "Download as PDF" buttons

View demo, test signature functionality.


Generate a new contract online or get the concatenated code from contract.php in this repo.

Upload the contract.php file to your server and send a link to your client. (You can rename this file, for example if there are other contracts in the same folder.)

Once they have signed, this PHP file will delete itself and leave behind an HTML version of the signed contract that can be printed or downloaded as a PDF.

MIT License