Digital Signature Add-on
Installation
warning
You need to have WebForms Pro 3 installed prior to this add-on installation.
Install the package with commands:
composer require mageme/module-webforms-3-digital-signature
php bin/magento module:enable MageMe_WebFormsDigitalSignature
php bin/magento setup:upgrade
Update
Update the package with commands:
composer update
php bin/magento setup:upgrade
Remove
Uninstall the package with command:
composer remove mageme/module-webforms-3-digital-signature
Hyvä Theme Compatibility
Install the Hyvä compatibility module:
composer require mageme/module-webforms-3-digital-signature-hyva
php bin/magento module:enable MageMe_WebFormsDigitalSignatureHyva
php bin/magento setup:upgrade
note
The core WebForms Hyvä compatibility module must be installed first.