https://github.com/danutsss/esignature-platform
This plugin helps the UCRM clients to sign a digital contract.
https://github.com/danutsss/esignature-platform
Last synced: 7 months ago
JSON representation
This plugin helps the UCRM clients to sign a digital contract.
- Host: GitHub
- URL: https://github.com/danutsss/esignature-platform
- Owner: danutsss
- License: mit
- Created: 2021-11-25T15:31:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T23:40:18.000Z (about 2 years ago)
- Last Synced: 2025-03-16T01:33:27.170Z (over 1 year ago)
- Language: PHP
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eSignature UCRM Platform
## How it works?
This plugin handles 2 options: read & sign a digital contract. The information from the contract is pulled from the UCRM Platform through API.
Using Mobile Detect Library I managed to check if the client is using a phone or a tablet and if they are, the contract will automatically download, because the PDF Viewer is not loading properly on phone / tablets.
## Configuration
At the moment, the plugin's content is hardcoded into `read.php` & `sign.php`. If you want to use the plugin and put your own content, open `read.php` & `sign.php` and edit the `$HTML` variable.
## Future updates
* Configure the contract content from the plugin's configuration page.