Installation
Installation steps
important
Make sure app/code folder is writeable.
-
Copy app folder from the zip archive to your Magento directory so that it merges with app folder of your site.
-
Execute commands:
php bin/magento module:enable VladimirPopov_WebForms
php bin/magento setup:upgrade
- Optional. Required one time only. Install mPDF library to enable result printing. Execute command:
composer require mpdf/mpdf
-
Logout and login back to get access to Web-forms > Settings page.
-
Go to Forms Settings page and enter your license number in License # field.
Varnish Cache
If you have Varnish Cache server installed, please add /webforms* to cache path URL exclusions.
Update
-
Get the latest version files from your account area My Downloadable Products section.
-
Copy contents of the zip archive to your Magento directory so that the app folder is merged with the _app_h folder of your site.
-
Execute console command:
php bin/magento setup:upgrade