Skip to content

octopus8sg/com.octopus8.electronicsignature

Repository files navigation

com.octopus8.electronicsignature

Screenshot

This CiviCRM Extension has captures an electronic signature as an image and attaches it to a contact.

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v7.2+
  • CiviCRM v5.38.0+

Installation (Web UI)

Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.

Getting Started

Before installation be sure to delete

  • "e-Signature" custom field group and
  • "e-Signature-DATA",
  • "e-Signature-JPG",
  • "e-Signature-JPG-64",
  • "e-Signature-PNG",
  • "e-Signature-PNG-64" custom field types

After creating Profile don't forget to add

  • "e-Signature-DATA :: e-Signature",
  • "e-Signature-JPG :: e-Signature",
  • "e-Signature-JPG-64 :: e-Signature",
  • "e-Signature-PNG :: e-Signature",
  • "e-Signature-PNG-64 :: e-Signature",

AND

  • nickname (from Contact) and first/last name (from Individual) fields to Profile

AND

  • You can change Admin notification message template to the message.tpl to avoid sending e-sign raw data to site administrator

Known Issues

The IDS check should be desabled from Administration->Access Control->WP settings

Installation (CLI, Zip)

Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.

cd <extension-dir>
cv dl com.octopus8.electronicsignature@https://github.com/FIXME/com.octopus8.electronicsignature/archive/master.zip

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/FIXME/com.octopus8.electronicsignature.git
cv en electronicsignature

About

CiviCRM eSignature Extension (depreciated)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published